Thursday 2 March 2017

Fatal error: Maximum execution time of 5 seconds exceeded

For WordPress

Whenever you encounter "Fatal error: Maximum execution time of 5 seconds exceeded" or any "___ seconds" in your site.




You can try following steps for rectifying this issue:-
1.Create a php.ini file on your local system.
2.Enter the following code in it.
        max_execution_time = 60
3.Upload the file in the root directory.

This should solve the problem.

All feedback and suggestions are welcome. I am constantly looking for ways to improve and update my knowledge. You can add your valuable comments with your ideas for making this a better place of queries and their solutions.

No comments:

Post a Comment