Plugins won't update
-
I’ll preface my questions with the fact that I tried disabling all the plugins, using a default theme, etc. and still no joy updating plugins. WordPress Update Checker gives the warning that the checksum is unavailable.
Since the site runs on a VPS, I even tried disabling the firewall briefly to see if it was blocking communications with WordPress.org. No change.
I turned on WP_DEBUG and get the following error:
Warning: An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums. (WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.) in /home/XXX/public_html/wp-includes/update.php on line 306I get two identical messages for lines 479 and 123.
Based on http://codex.wordpress.org/WordPress.org_API, I also tried manually contacting the plugin check API with:
curl [-1] https://api.wordpress.org/plugins/update-check/1.1/wp-optimizeIt produces the following response:
<html> <head><title>404 Not Found</title></head> <body bgcolor="white"> <center><h1>404 Not Found</h1></center> <hr><center>nginx</center> </body> </html>I know that I can manually update the plugins but automated updates would certainly make life easier.
Thanks.
The topic ‘Plugins won't update’ is closed to new replies.