Triops
Well-known member
I've uninstalled [Tinthe] XenTag on local XAMP test system. The rebuilding of the caches (I think that is what is just happening) constantly gives me that error, every time I try to resume:
I already increased PHP max_execution_time in php.ini and restarted Apache.
The wonder: before increasing in phpinfo() it was 30 sec., after increasing + restarting it is the 180 sec which I've set. Where does the 120 sec error come from?
Any help is appreciated.
Code:
ErrorException: Fatal Error: Maximum execution time of 120 seconds exceeded - library\Zend\Db\Statement\Mysqli.php:208
Generated By: UserXYZ, 8 minutes ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
["url"] => string(53) "http://localhost/xenforo/admin.php?tools/run-deferred"
["_GET"] => array(1) {
["tools/run-deferred"] => string(0) ""
}
["_POST"] => array(3) {
["redirect"] => string(34) "http://localhost/xenforo/admin.php"
["execute"] => string(1) "1"
["_xfToken"] => string(8) "********"
}
}
I already increased PHP max_execution_time in php.ini and restarted Apache.
The wonder: before increasing in phpinfo() it was 30 sec., after increasing + restarting it is the 180 sec which I've set. Where does the 120 sec error come from?
Any help is appreciated.