Author |
Message |
19/12/2005 19:49:47
|
RobWestLoko
Beginner
Joined: 23/11/2004 08:32:41
Messages: 29
Location: Los Angeles, CA, USA
Offline
|
The guestbook is installed in a Windows 2000 Server, it was working fine, now it just stopped working for no reason....
this is the error we get
Fatal error: Maximum execution time of 30 seconds exceeded in .....\guestbook\lib\mysql.class.php on line 41
www.pescozada.com/guestbook
anyone ever encountered this problem?
|
fix the problems in our own soil first. |
|
19/12/2005 19:58:17
|
phpuser3
Graduate
Joined: 16/11/2004 12:46:44
Messages: 110
Offline
|
is your mysql server running?
|
|
19/12/2005 20:01:58
|
RobWestLoko
Beginner
Joined: 23/11/2004 08:32:41
Messages: 29
Location: Los Angeles, CA, USA
Offline
|
yes is running.[/b]
|
fix the problems in our own soil first. |
|
19/12/2005 21:30:33
|
phpuser3
Graduate
Joined: 16/11/2004 12:46:44
Messages: 110
Offline
|
you can increase the maximum execution time with the set_time_limit() function. add a simple set_time_limit(100) to the config.inc.php file
but i'm sure it's something wrong with your php/mysql installation
probably mysql 5 server with php using mysql 4 client libraries
|
|
19/12/2005 23:17:36
|
RobWestLoko
Beginner
Joined: 23/11/2004 08:32:41
Messages: 29
Location: Los Angeles, CA, USA
Offline
|
WOW.... I DON'T KNOW HOW TO ACCESS PHP THROUGH A WINDOWS SERVER....
|
fix the problems in our own soil first. |
|
20/12/2005 02:30:13
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Look for the php.ini file. It will possibly be in either the windows or winnt directories. Or possibly it will be in the PHP directory depending on your set up.
phpuser3 is just refering to a piece of code you can place within a PHP script.
Anyway is the MySQL server on the same machine as the web server?
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
20/12/2005 04:33:35
|
RobWestLoko
Beginner
Joined: 23/11/2004 08:32:41
Messages: 29
Location: Los Angeles, CA, USA
Offline
|
YEAH ITS ON THE SAME SERVER.
|
fix the problems in our own soil first. |
|
20/12/2005 05:01:47
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Did you encounter any problems installing the guestbook?
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
20/12/2005 05:04:33
|
RobWestLoko
Beginner
Joined: 23/11/2004 08:32:41
Messages: 29
Location: Los Angeles, CA, USA
Offline
|
none at all, it was working fine, all of a sudden it stopped working.[/b]
|
fix the problems in our own soil first. |
|
20/12/2005 05:06:47
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
How long has it been working fine?
Can you still access the database using something like phpMyAdmin?
Did you make any changes to the server recently?
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
20/12/2005 05:13:49
|
RobWestLoko
Beginner
Joined: 23/11/2004 08:32:41
Messages: 29
Location: Los Angeles, CA, USA
Offline
|
all i have access to is the folders, not phpMyAdmin app.. and, no changes to the server... it's weird
|
fix the problems in our own soil first. |
|
20/12/2005 05:32:23
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
OK both addentry and admin login pages are fine which makes me think it is to do with the entries. Login to the admin http://www.pescozada.com/guestbook/admin.php and check how many entries you have it set to show per page. If it is a low number then go into Easy Admin and check for stupid entries that may be causing a problem.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
20/12/2005 06:39:13
|
RobWestLoko
Beginner
Joined: 23/11/2004 08:32:41
Messages: 29
Location: Los Angeles, CA, USA
Offline
|
Unfortunatly it doesn't work, but I am able to see the messages through the administration panel, so it's not a php or mysql problem right?
|
fix the problems in our own soil first. |
|
20/12/2005 06:45:04
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
If you can view the entries in easy admin without a problem then maybe something has happened to either the index.php or gb.class.php files. Redownload the guestbook and replace these two files.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
|