On Wed, 11 Apr 2001 01:32, Jacky wrote:
> Hi people
> I ran a PHP page and there was an error said below:
> Fatal error  Maximum execution time of 30 seconds exceeded in
> include/getRoomDesc.php4 What could cause this??

The script is running for more than 30 seconds. As to what causes it - 
look in your script. You may have an infinite loop, although if you're 
using Linux they should run in under 5 seconds :-) or you are doing 
something time consuming in the script.

See the configuration section for ways to increase the timeout period if 
all is well in your script and you just need more time. There is also 
set_time_limit function that you can use on a per-script basis.

Check the docs for more info.

-- 
David Robley                        | WEBMASTER & Mail List Admin
RESEARCH CENTRE FOR INJURY STUDIES  | http://www.nisu.flinders.edu.au/
AusEinet                            | http://auseinet.flinders.edu.au/
            Flinders University, ADELAIDE, SOUTH AUSTRALIA

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to