How to Fix Fatal Error: Maximum Execution Time Exceeded in WordPress
How to Fix Fatal Error: Maximum Execution Time Exceeded in WordPress
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Aviance School is one of the largest web solutions platform in India for developers to learn and share their programming knowledge and build their careers.
Sometime you may receive a message in wordpress website 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. Please follow the below steps to fix this error.
1. Using .htaccess
Add the following line to .htaccess:
php_value max_execution_time 60
1. Using php.ini
Add the following to php.ini
max_execution_time = 60