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 ww.wp.xz.cn. No change.
I turned on WP_DEBUG and get the following error:
Warning: An unexpected error occurred. Something may be wrong with ww.wp.xz.cn or this server’s configuration. If you continue to have problems, please try the support forums. (WordPress could not establish a secure connection to ww.wp.xz.cn. 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.ww.wp.xz.cn/ww.wp.xz.cn_API, I also tried manually contacting the plugin check API with:
curl [-1] https://api.ww.wp.xz.cn/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.