program/steps/error.inc
@@ -63,6 +63,15 @@ 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 @@ -73,7 +82,7 @@ if (($CONFIG['debug_level'] & 4) && $ERROR_MESSAGE) $__error_text = $ERROR_MESSAGE; else $__error_text = 'Error No. ['.dechex($ERROR_CODE).']'; $__error_text = sprintf('Error No. [0x%04X]', $ERROR_CODE); }