From 626ff064503496452f9eb8875462a69b8f60380a Mon Sep 17 00:00:00 2001 From: e107steved Date: Mon, 30 Aug 2010 16:59:14 +0000 Subject: [PATCH] Bugtracker #5032 possible fix - path issue --- e107_languages/English/lan_error.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_languages/English/lan_error.php b/e107_languages/English/lan_error.php index 2ea28c803..0d7e77e98 100644 --- a/e107_languages/English/lan_error.php +++ b/e107_languages/English/lan_error.php @@ -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. 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_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 configuration file contains the correct information.");