Specify database error in error.inc (closes #1484189).

release-0.6
svncommit 18 years ago
parent ef6065e72b
commit 8b0fffc2cb

@ -63,6 +63,15 @@ http://$request_url</p>
EOF;
}
// database connection error
else if ($ERROR_CODE==0x01f4)
{
$__error_title = "DATABASE ERROR: CONNECTION FAILED!";
$__error_text = <<<EOF
Unable to connect to the database!<br />
Please contact your server-administrator.
EOF;
}
// system error
else

Loading…
Cancel
Save