Fatal error: Maximum execution time of 300 seconds exceeded
-
I recently upgraded to WP 2.0 and then decided I wanted to go back to 1.5. Everything has gone smoothly except for importing of my SQL database. I am currently getting the following error:
Fatal error: Maximum execution time of 300 seconds exceeded in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/read_dump.lib.php on line 91
I saw in another post that someone made mention of overriding PHP’s default execution time by adding the following to the wp-config.php file:
set_time_limit(‘120’);
But I’m unsure how or where to add this to the wp-config file. Can someone help me out? I also have a support ticket out to my host to see if they can temporarily up the limit but with it being a holiday weekend I don’t know if they will respond any time soon and I’d really like to get my blog back up and running.
Thank you in advance!
- The topic ‘Fatal error: Maximum execution time of 300 seconds exceeded’ is closed to new replies.