Page 1 of 1

Fatal error: Maximum execution time of 30

Posted: Mon Aug 04, 2003 6:10 am
by Deddog
I’m stumped.

My Intranet mainly refuses to connect to my mysql database.

I have experienced problems in the past, but this was due to the server running out of disk space. This has been rectified.

Now, for no logical reason another problem has arisen

Fatal error: Maximum execution time of 30 seconds exceeded in C:\sites\intranet\htdocs\new03\site\php-functions\dbconContacts.php on line 15

With no changes being made to the server or the pages that access the DB, can any one suggest why this problem has arisen?

Posted: Mon Aug 04, 2003 9:44 am
by Stoker
something time out and takes more than the default 30 seconds.. Likely the database connection? Take a look at what is on that line, if that is mysql_connect() it is likely a networking or a server problem..