By Yuki on
I am getiing below error:
Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\mysite\includes\database.mysqli.inc on line 108
Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\mysite\includes\session.inc on line 56
Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\mysite\includes\cache.inc on line 133
Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\mysite\includes\session.inc on line 14
What is the solution?
Comments
Maximum execution time of xx
Maximum execution time of xx seconds exceeded
= server machine is too slow
= u need to upload the server hardware
= (for remote hosting case) pay more to your hosting company
What are you doing when you
What are you doing when you get the errors?
Reply
I am buliding a website which has many unstructured files and linking one by one. Anyway sometimes I am getting this error but after rrefreshing its gone again may be it will come. but mai i need to tweak any webserver files for this?
"I am buliding a website
"I am buliding a website which has many unstructured files and linking one by one" does not make much sense in the context of Drupal. Taken literally I would guess you are including too many files.
Increase execution time in php.ini
Hi there, just try increasing execution time of PHP.ini in max_execution_time=xxxx; Enter some value like 160. I think that should fix it.
Let me know if it works or not.
Regards,
Judef