Answers for "PHP Fatal error: Maximum execution time of 60 seconds exceeded in"

PHP
1

Fatal error: Maximum execution time of 120 seconds exceeded in

//change this in php.ini 
max_execution_time = 500
Posted by: Guest on April-02-2020
0

Fatal error: Maximum execution time of 30 seconds exceeded

// you need to add this line at the bottom of your .htaccess file
Before # END WordPress Like this...

php_value max_execution_time 1000
# END WordPress
Posted by: Guest on January-17-2021

Code answers related to "PHP Fatal error: Maximum execution time of 60 seconds exceeded in"

Browse Popular Code Answers by Language