Wordpress 2.7 comes with a built-in automatic upgrade utilities inside the control panel. However, some may experienced “Operation Timed Out” followed by “Installation Failed” when doing so. Below are the error which likely to be appear:
Downloading update from http://wordpress.org/wordpress-2.7.1.zip
Download failed.: Operation timed out after 30000 milliseconds with 351500 bytes received
Installation Failed
While getting the problem, here are the solution for Wordpress Upgrade Problem.
- Go to your Wordpress installation directory on your website.
- Go to /wp-admin/includes/ folder.
- Open/edit the file.php . Or you can download the file to your local computer for editing.
- Look for the line; $response = wp_remote_get($url, array(’timeout’ => 30));
- Replace it with; $response = wp_remote_get($url, array(’timeout’ => 120));
- Save the file, or upload back the file. Be sure to backup the original file.
- Try the “Automatic Upgrade” once again.
The Wordpress upgrade should be working fine now, without the “Operation Timed Out” error.
Enjoyed this article?
WebsiteWordpress themes!










{ 1 comment… read it below or add one }
Everything dynamic and very positively!
Thank you