bookseller Posted June 18, 2003 Posted June 18, 2003 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
Guest Posted June 18, 2003 Posted June 18, 2003 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:
icon Posted June 18, 2003 Posted June 18, 2003 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
bookseller Posted June 22, 2003 Author Posted June 22, 2003 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.
Guest Posted June 23, 2003 Posted June 23, 2003 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:
bookseller Posted June 24, 2003 Author Posted June 24, 2003 my site is on shared server, and i had selected sessions to be stored in database, while installing OSC. :?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.