From 29b4b91a9a220bd462eab6320cf16a2ddf4be112 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 10 Oct 2010 16:54:47 +0000 Subject: better error messages when there are already Elgg database tables in the database git-svn-id: http://code.elgg.org/elgg/trunk@7046 36083f99-b078-4883-b0ff-0f9b5a30f544 --- install/languages/en.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install/languages/en.php') diff --git a/install/languages/en.php b/install/languages/en.php index 577d5ddbc..f474a8c7b 100644 --- a/install/languages/en.php +++ b/install/languages/en.php @@ -57,7 +57,7 @@ If you are ready to proceed, click the Next button.", 'install:check:database' => 'The database requirements are checked when Elgg loads its database.', 'install:database:instructions' => "If you haven't already created a database for Elgg, do that now. Then fill in the values below to initialize the Elgg database.", - 'install:database:error' => 'There was an error creating the Elgg database and installation cannot continue. Review the message above and correct any problems. If you need more help, visit the Install Troubleshooting link below, or post to the Elgg community forums.', + 'install:database:error' => 'There was an error creating the Elgg database and installation cannot continue. Review the message above and correct any problems. If you need more help, visit the Install troubleshooting link below or post to the Elgg community forums.', 'install:database:label:dbuser' => 'Database Username', 'install:database:label:dbpassword' => 'Database Password', @@ -121,6 +121,7 @@ If you are ready to proceed, click the Next button.", 'install:error:databasesettings' => 'Unable to connect to the database with these settings.', 'install:error:oldmysql' => 'MySQL must be version 5.0 or above. Your server is using %s.', 'install:error:nodatabase' => 'Unable to use database %s. It may not exist.', + 'install:error:tables_exist' => 'There are already Elgg tables in the database. You need to either drop those tables or restart the installer and we will attempt to use them. To restart the installer, remove \'?step=database\' from the URL in your browser\'s address bar and press Enter.', 'install:error:readsettingsphp' => 'Unable to read engine/settings.example.php', 'install:error:writesettingphp' => 'Unable to write engine/settings.php', 'install:error:requiredfield' => '%s is required', -- cgit v1.2.3