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

mm167’s picture

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

nevets’s picture

What are you doing when you get the errors?

Yuki’s picture

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?

nevets’s picture

"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.

judef’s picture

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