Guest Posted March 25, 2008 Posted March 25, 2008 Fatal error: Maximum execution time of "x" seconds exceeded in /../../../../../catalog/iadmin/whos_online.php on line 130 Hi, this error occurs when i try to execute the "whois online" admin option... We have tried to extend the parameter from 30 to 60 on the server, but the error is recurrent... We think the script enters into a infinite curl, but we don't know how to solve it... Lines involved are... for ($i=$start_cart; $i<$length; $i++) { if ($session_data[$i] == '{') { if (isset($tag)) { $tag++; } else { $tag = 1; } } elseif ($session_data[$i] == '}') { $tag--; } elseif ( (isset($tag)) && ($tag < 1) ) { break; } Anyone help us? Thank you very much
kcaile Posted April 16, 2008 Posted April 16, 2008 Fatal error: Maximum execution time of "x" seconds exceeded in /../../../../../catalog/iadmin/whos_online.php on line 130Hi, this error occurs when i try to execute the "whois online" admin option... We have tried to extend the parameter from 30 to 60 on the server, but the error is recurrent... We think the script enters into a infinite curl, but we don't know how to solve it... Lines involved are... for ($i=$start_cart; $i<$length; $i++) { if ($session_data[$i] == '{') { if (isset($tag)) { $tag++; } else { $tag = 1; } } elseif ($session_data[$i] == '}') { $tag--; } elseif ( (isset($tag)) && ($tag < 1) ) { break; } Anyone help us? Thank you very much I'm having the same problem, only started happening recently, did you find a solution? Thanks Karen
arietis Posted April 17, 2008 Posted April 17, 2008 I'm having the same problem, only started happening recently, did you find a solution? Thanks Karen this could be caused because the table has become corrupted. the whos_online table sees a lot of activity and this can happen one in a while. use phpmyadmin, select the table, and go to the 'operations' tab. there is an option on that page to 'repair table' -- try that.
Guest Posted June 20, 2008 Posted June 20, 2008 this could be caused because the table has become corrupted. the whos_online table sees a lot of activity and this can happen one in a while. use phpmyadmin, select the table, and go to the 'operations' tab. there is an option on that page to 'repair table' -- try that. This try solved the problem... :D :D :D :D The question is: Why tables get corrupted? :S
Recommended Posts
Archived
This topic is now archived and is closed to further replies.