Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Maximum execution time of 30 seconds exceeded in ...catalog


bookseller

Recommended Posts

Posted

hi,

 

i keep getting this error message

 

Fatal error: Maximum execution time of 30 seconds exceeded in......catalogincludesclassesboxes.php on line 69.

 

the error comes up randomly for various files. i refresh the page a couple of times the error goes away and the page is processed correctly.

 

is it because on any problem the web hosting providers ?

 

please help...

 

thanks

Posted

Could be your host... things are running too slow.... or it could be a modification you have made that needs optimising. The execution time setting is in php.ini.... this is in the hands of your host :shock:

Posted
hi,

 

i keep getting this error message

 

Fatal error: Maximum execution time of 30 seconds exceeded in......catalogincludesclassesboxes.php on line 69.

 

the error comes up randomly for various files. i refresh the page a couple of times the error goes away and the page is processed correctly.

 

is it because on any problem the web hosting providers ?

 

please help...

 

thanks

 

 

You have to know that you are runing PHP in safe mode thats why its happen... ask your administrator to make changes in httpd.conf and you will solve it.

 

icon,greece

Posted

thanks for the help,

 

but i am experiencing rather a different problem. I noticed that i get this error only when i use a really slow connection or when the connection drops dead. does OSC use cookies for session ID and other info, which get held on my PC and because of the delay in reeponding from my end the server times out the execution of the file and hence the error.

Posted

In both your configure.php files set:

 

  define('STORE_SESSIONS', 'mysql');

 

Dunno if this will help, but it seems to be the best setting for sessions.... :shock:

Archived

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

×
×
  • Create New...