3.1.1 Network Update Fails — Empty Response From Server
-
Running WordPress 3.1, updating to 3.1.1
Using WPMU Dev Multi-DB plugin, which utilizes sunrise. However, disabled ALL plugins and mu-plugins except for Multi-DB before updating.
Manually downloaded and installed files for 3.1.1. WordPress says update was success; now I just need to update network. This has worked fine in the past, including the recent update to 3.1.
I click update network, but the first site fails.
WordPress says:
Warning! Problem updating http://username.example.com. Your server may not be able to connect to sites running on it. Error message: 0: Empty reply from serverPHP says (via DEBUG_MODE):
Warning: http_request(): server returned nothing (no headers, no data); Empty reply from server (http://username.example.com/wp-admin/upgrade.php?step=upgrade_db) in /wordpress/www/wp-includes/class-http.php on line 1236What seems weird to me is the lack of response, especially with DEBUG_MODE enabled. The same request run from wget on the local environment returns a handful of PHP Notices, and there should at least be some headers.
Any ideas?
The topic ‘3.1.1 Network Update Fails — Empty Response From Server’ is closed to new replies.