1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 23:56:58 +02:00

Text for unknown error handling and error.php debugging

This commit is contained in:
mrpete
2007-03-04 21:53:15 +00:00
parent cf15004ec5
commit 60f2222882

View File

@@ -4,9 +4,9 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_error.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:34:39 $
| $Author: mcfly_e107 $
| $Revision: 1.2 $
| $Date: 2007-03-04 21:53:15 $
| $Author: mrpete $
+----------------------------------------------------------------------------+
*/
define("PAGE_NAME", "Error");
@@ -45,5 +45,8 @@ define("LAN_ERROR_30", "[6]: Unable to form a valid connection to mySQL. Please
define("LAN_ERROR_31", "[7]: mySQL is running but database ({$mySQLdefaultdb}) couldn't be connected to.<br />Please check it exists and that your e107_config.php contains the correct information.");
define("LAN_ERROR_32", "To complete the upgrade, copy the following text into your e107_config.php file:");
define("LAN_ERROR_33", "Processing error! Normally, I would redirect to the home page.");
define("LAN_ERROR_34", "Unknown error! Please inform the site administrator you saw this:");
?>