Fatal error: Maximum execution time of 30

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Deddog
Forum Commoner
Posts: 55
Joined: Thu Sep 26, 2002 6:05 am
Location: Brighton

Fatal error: Maximum execution time of 30

Post 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?
User avatar
Stoker
Forum Regular
Posts: 782
Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:

Post 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..
Post Reply