PDA

View Full Version : Error Log !



ceint
06-11-2003, 07:05 AM
Hello,

The error log is full of these messages.

[Wed Jun 11 09:02:22 2003] [error] PHP Notice: Undefined variable: alreadydb in /home/our-domain/www/livesupport/global.php on line 25
[Wed Jun 11 09:02:22 2003] [error] PHP Notice: Undefined variable: alreadydb in /home/our-domain/www/livesupport/global.php on line 25
[Wed Jun 11 09:02:27 2003] [error] PHP Notice: Undefined variable: alreadydb in /home/our-domain/www/livesupport/global.php on line 25
[Wed Jun 11 09:02:32 2003] [error] PHP Notice: Undefined variable: alreadydb in /home/our-domain/www/livesupport/global.php on line 25

Getting the monitor to load sometimes takes forever then it times out. Usually it will come when refreshing after the time-out.

Any suggestions ?

Thanks.

TurnkeyAdmin
06-12-2003, 08:16 PM
Check this page and your problem relates to the first entry.

http://www.turnkeywebtools.com/index.php?location=troubleshooting&sub=phpmysql

TurnkeyAdmin
07-24-2005, 02:34 PM
You need to change the php.ini:

Change:

error_reporting = E_ALL

To:

error_reporting = E_ALL & ~ E_NOTICE