PDA

View Full Version : Fatal error occured in your .... email


johnnyrcwp
08-21-2007, 06:05 PM
I just received 1200 emails like this, hosting company got 14000, almost brought down the server. Any ideas? Virus? Bug?


Subject:
Fatal error occured in your (site: Excel Water Technologies) [database error]

Body
SQL Server's error: Table 'cwm_excelwater.v2103_admins' doesn't exist
SQL Query: SELECT * FROM v2103_admins

Michael Hill
08-22-2007, 08:26 AM
Hi,

Try to disable at includes/config.inc.php bugs define. Find there string


define("DEBUG", 1);


Change it to


define("DEBUG", 0);


Probably, this will help....Please, post about results.