Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Fatal Error: Maximum execution time exceeded


Guest

Recommended Posts

Posted

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

  • 3 weeks later...
Posted
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

 

I'm having the same problem, only started happening recently, did you find a solution?

 

Thanks

Karen

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

  • 2 months later...
Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...