This topic is locked

Timeout

7/6/2006 4:00:41 AM
PHPRunner General questions
J
jje author

Hi,
I find the following error on a slow network using oracle 9i:

"Fatal error: Maximum execution time of 30 seconds exceeded in .....\pwtables\include\dbconnection.php on line 274"
Is the problem at the Oracle side or the PHP side?

If from the PHP side, how can I change the timeout period?

J
Jane 7/6/2006

Hi,
try to add following line at the beginning of the include/dbcommon.php file:

set_time_limit (300);