How to Fix Fatal Error: Maximum Execution Time Exceeded in WordPress
How to Fix Fatal Error: Maximum Execution Time Exceeded in WordPress
fatal error: maximum execution time of 30 seconds exceeded php | fatal error: maximum execution time of 300 seconds exceeded in xampp | wordpress change maximum execution time | laravel maximum execution time of 30 seconds exceeded | maximum execution time of 60 seconds exceeded | php max input vars wordpress
fatal error: maximum execution time of 30 seconds exceeded php | fatal error: maximum execution time of 300 seconds exceeded in xampp | wordpress change maximum execution time | laravel maximum execution time of 30 seconds exceeded | maximum execution time of 60 seconds exceeded | php max input vars wordpress
fatal error: maximum execution time of 30 seconds exceeded php | fatal error: maximum execution time of 300 seconds exceeded in xampp | wordpress change maximum execution time | laravel maximum execution time of 30 seconds exceeded | maximum execution time of 60 seconds exceeded | php max input vars wordpress
fatal error: maximum execution time of 30 seconds exceeded php | fatal error: maximum execution time of 300 seconds exceeded in xampp | wordpress change maximum execution time | laravel maximum execution time of 30 seconds exceeded | maximum execution time of 60 seconds exceeded | php max input vars wordpress
fatal error: maximum execution time of 30 seconds exceeded php | fatal error: maximum execution time of 300 seconds exceeded in xampp | wordpress change maximum execution time | laravel maximum execution time of 30 seconds exceeded | maximum execution time of 60 seconds exceeded | php max input vars wordpress
fatal error: maximum execution time of 30 seconds exceeded php | fatal error: maximum execution time of 300 seconds exceeded in xampp | wordpress change maximum execution time | laravel maximum execution time of 30 seconds exceeded | maximum execution time of 60 seconds exceeded | php max input vars wordpress fatal error: maximum execution time of 30 seconds exceeded php fatal error: maximum execution time of 300 seconds exceeded in xampp wordpress change maximum execution time laravel maximum execution time of 30 seconds exceeded maximum execution time of 60 seconds exceeded php max input vars wordpress
Share
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