When attempting to update a self-hosted WordPress site, I’m seeing “ASN1 unknown message digest algorithm”

@Kika is right that you have an older, insecure, version of OpenSSL. This sounds like: https://wordpress.org/support/topic/getting-download-failed-error0d0890a1asn1-encoding-routinesfunc137reason I wrote a small bit of code to skip the SSL test when trying to access the download server. It is not a good idea to use this code but will get you out of a pinch. <?php /* … Read more

How do I update a custom theme

Here is a full documentation for how to do this: Github updater – Documentation Upload in wordpress Download the latest tagged archive (choose the “zip” option). Unzip the archive, rename the folder correctly to github-updater, then re-zip the file. Go to the Plugins -> Add New screen and click the Upload tab. Upload the zipped … Read more

How to update WordPress plugin readme.txt description page without triggering a plugin update?

When you look at the plugin description (and other sections), it all comes from the current version README.TXT file. So if you upload a changed version of README.TXT to the current version’s repository (not changing the repository version number), the newly updated README.TXT file information is shown on the page. This is great for updating … Read more

“You have the latest version of WordPress. Future security updates will be applied automatically.”

Since version 3.7 WordPress has automatic background updates. By default, only minor releases – such as for maintenance and security purposes – and translation file updates are enabled on most sites. In special cases, plugins and themes may be updated. Of course, as with many things in WP, you can modify that behavior with config … Read more

Check if any users are logged in before running update

Because of the stateless nature of webpages, you can’t do this without a high margin of error. You can install a plugin to log last visits for logged in users, but that will not tell you if they’re editing posts or if they loaded a page then went to lunch or shut down their computer. … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)