When trying to access the website I started getting this morning the database error messages that point to line 228 and line 251 in inc/db.inc.php
The lines are:
228
echo '<div><b>Mysql error:</b><br />'.mysql_error($GLOBALS['MySQL']->link).'</div>';
251
$sMailBody .= "Mysql error:\n" . mysql_error($GLOBALS['MySQL']->link) . "\n\n";
Help!