Moderator
t-p
(@t-p)
Maximum execution time exceeded:
You may receive a message such as “Maximum execution time of 30 seconds exceeded” or “Maximum execution time of 60 seconds exceeded”. This means that it is taking to longer for a process to complete and it is timing out.
There are a number of ways to fix this error.
Editing .htaccess
Make sure you back up .htaccess before you edit it.
Add the following line to .htaccess:
php_value max_execution_time 60
Editing php.ini
Add the following to php.ini
max_execution_time = 60 ;
If you are unsure of how to make these changes, or if you are on shared hosting that prevents you from making them yourself, you should contact your hosting provider and ask them to increase your maximum execution time.
Ok Tara sounds good 🙂 , but where to find this .htaccess ?!!
Moderator
t-p
(@t-p)
if you are not using permalinks its quite possible you don’t have an .htaccess file in your WordPress installation folder.
In any event make sure your FTP program is set to display hidden files (those that start with a . filename.
For more info review this codex: Where’s my .htaccess file?
I’m running WordPress on Wamp server so, no FTP client I’m dealing with :/