I use XAMPP and changed the php.ini in C:\xampp\php\php.ini:
from -> max_execution_time=30
to -> max_execution_time=3000
I still get the error: Fatal error: Maximum execution time of 30 seconds exceeded
What can I do?
I use XAMPP and changed the php.ini in C:\xampp\php\php.ini:
from -> max_execution_time=30
to -> max_execution_time=3000
I still get the error: Fatal error: Maximum execution time of 30 seconds exceeded
What can I do?
Ok, it is not php.ini only. I had to add ini_set('max_execution_time', 120); to my php file too.
try my response in :
Execution time limit in php not setting to infinte time?
0 value for infinite var :
max_execution_time=0
max_input_time=0