From b3f073ed9c3e73c82c20b3c59c696f9173fbf017 Mon Sep 17 00:00:00 2001 From: e107steved Date: Sat, 5 Jan 2008 09:41:23 +0000 Subject: [PATCH] Slightly more helpful message when mySQL half-working --- e107_languages/English/lan_error.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e107_languages/English/lan_error.php b/e107_languages/English/lan_error.php index 6186adf8a..10b63fcf6 100644 --- a/e107_languages/English/lan_error.php +++ b/e107_languages/English/lan_error.php @@ -4,9 +4,9 @@ | e107 website system - Language File. | | $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_error.php,v $ -| $Revision: 1.2 $ -| $Date: 2007-03-04 21:53:15 $ -| $Author: mrpete $ +| $Revision: 1.3 $ +| $Date: 2008-01-05 09:41:23 $ +| $Author: e107steved $ +----------------------------------------------------------------------------+ */ define("PAGE_NAME", "Error"); @@ -39,7 +39,7 @@ define("LAN_ERROR_24", " was unsuccessful."); define("LAN_ERROR_25", "[1]: Unable to read core settings from database - Core settings exist but cannot be unserialized. Attempting to restore core backup ..."); define("LAN_ERROR_26", "[2]: Unable to read core settings from database - non-existent core settings."); define("LAN_ERROR_27", "[3]: Core settings saved - backup made active."); -define("LAN_ERROR_28", "[4]: No core backup found. Please run the Reset_Core utility to rebuild your core settings.
After rebuilding your core please save a backup from the admin/sql screen."); +define("LAN_ERROR_28", "[4]: No core backup found. Check that your database has valid content. If not, please run the Reset_Core utility to rebuild your core settings.
After rebuilding your core please save a backup from the admin/sql screen."); define("LAN_ERROR_29", "[5]: Field(s) have been left blank. Please resubmit the form and fill in the required fields."); define("LAN_ERROR_30", "[6]: Unable to form a valid connection to mySQL. Please check 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.
Please check it exists and that your e107_config.php contains the correct information.");