When I active my block which I create to take yahoo-status written in the programming language PHP, it notify this error :"Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\kasati\includes\common.inc on line 583"
I have done this before but it was normal - don't notify error. And now I do the same but it has error. :-(
What's happened??? Please, help me ^_^

Comments

grakhul’s picture

Look at the my.cnf file. Check what your:
wait_timeout=60
There is also a value in /etc/my.cnf or in windows my.ini that sets the maximum time sql will wait around trying to execute a script. Not sure if this will help but its a start.