Installed 7.0.3 a week ago. Just started getting this:
<div style="border:2px solid red;padding:4px;width:600px;margin:0px auto;">
<div style="text-align:center;background-color:red;color:white;font-weight:bold;">Error</div>
<div style="text-align:center;">Database connect failed</div>
</div>
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/.../inc/classes/BxDolDb.php on line 453
Fatal error: Call to a member function getParam() on a non-object in /home/.../inc/db.inc.php on line 83
Line 453 is:
$sMailBody .= "Mysql error: " . mysql_error($this->link) . "<br /><br /> ";
Line 83 is:
return $GLOBALS['MySQL']->getParam($param_name, $use_cache);
Anyone know what this problem is and how to fix it? Thanks.
