mirror of
https://github.com/e107inc/e107.git
synced 2025-08-09 16:17:14 +02:00
Text for unknown error handling and error.php debugging
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
| e107 website system - Language File.
|
| e107 website system - Language File.
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_error.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_error.php,v $
|
||||||
| $Revision: 1.1.1.1 $
|
| $Revision: 1.2 $
|
||||||
| $Date: 2006-12-02 04:34:39 $
|
| $Date: 2007-03-04 21:53:15 $
|
||||||
| $Author: mcfly_e107 $
|
| $Author: mrpete $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
define("PAGE_NAME", "Error");
|
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_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_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:");
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user