Auto Updates All Disabled – Possible Security Breach or Update Fault
-
On several WordPress sites that I manage for clients, I have found that on a few, auto updates via Jetpack has been disabled on all plugins.
Deactivating and reactivating the plugin does not fix this.
Uninstall and reinstall does not fix this.Fix:
Go into core WordPress file (root folder), find the file: “wp-config.php”.Open the file in a text editor (use Notepad or Notepad++) and do a search for the following line: “AUTOMATIC_UPDATER_DISABLED” (without quotes for your search).
See if it says “true” as the value.
If so, change it to “false” (small case) and save file.
Then go back and deactivate the JetPack plugin (you have to do this), and reactivate it.
Go back into your manage WordPress dashboard and see that the all plugins are showing auto-update button again to reactivate all of them or the ones you want.
Cause
I believe there are 2 possible causes, where the JetPack Dev’s have to confirm from their side on one possible cause.- Recent JetPack Update Changed the wp-config file by mistake
- Security breach and the file was modified by a hacker to weaken WordPress.
Personally, I think it’s number 2 as I see no reason for the JetPack Dev’s to cause the problem.
I suggest that those who read this and have not yet checked their WordPress setup, as of today, to do so with the JetPack manage dashboard and see if your plugins are configured for updates the way you chose.
If the plugins all say the auto-updates are deactivated, then you may have had a security breach. If so and you have not secured your WordPress site, then I suggest to get proper WordPress security plugin.
(Note some Website hosts have WordPress Management package which provides security, I suggest you confer with your website host provider for details and how good their security is).
Otherwise the above fix works.
- The topic ‘Auto Updates All Disabled – Possible Security Breach or Update Fault’ is closed to new replies.