Page 195 - wordpress_tutorial_Neat
P. 195
WordPress
Step (3): The following message gets displayed during the upgradation of WordPress.
Note: While updating the version, if you get an error as
Fatal error: Maximum execution time of 30 seconds exceeded in C:\your
wordpress folder\wp-includes\class-http.php on line 1597
then you need to take the following actions:
Open your WordPress folder -> wp-includes folder
Open class-http.php file and add the following line at the beginning:
set_time_limit (0);
Save the file.
Now your WordPress is successfully upgraded.
189