I have a PHP script that fails while executing a long mysq_query. Error message:
Fatal error: maximum run time 400 seconds exceeded ....
I use XAMPP for windows, and I changed the php.ini file (there is only one in my installation), setting max_execution_time to a large value that is not 400 seconds. However, I keep getting the error message above ....
Any idea on how to solve this problem?
thank
Beto
source
share