Fatal error: Maximum execution time of 10 seconds
PermalinkCould please anybody give me a hand with this issue? I don't really know why it is happening...
I get the following error when saving changes or any action that involves the system to load (creating content, creating pages, going to dashboard, navigating through my web, etc.) It is becoming really annoying, since I would have to refresh several times until it loads again the website with C5.
Fatal error: Maximum execution time of 10 seconds exceeded in /usr/home/.../web/concrete/libraries/3rdparty/Zend/Cache/Backend/File.php on line 654
Fatal error: Maximum execution time of 10 seconds exceeded in /usr/home/jobs4librarians.com/web/concrete/libraries/3rdparty/Zend/Cache/Backend/File.php on line 956
I have already checked a few times the line 654 and 956 in File.php and I didn't see anything weird...
Please help!
http://www.concrete5.org/index.php?cID=324904...
Clearing up this folder might also help:
/files/cache/
You can control the maximum execution time from your php.ini:
http://www.php.net/manual/en/info.configuration.php#ini.max-executi...
You could also try this function but most budget hosting providers that strictly limit the execution time have usually blocked this function as well:
http://php.net/manual/en/function.set-time-limit.php...
You COULD raise that configuration but really, if you're waiting 10s or more for each action, I think that affects the overall usability. I'd suggest switching to concrete5 optimized service provider in the first hand.
Best,
Antti
Thanks for that!
Try disabling the site cache and see if it helps