mirror of
https://github.com/e107inc/e107.git
synced 2025-08-26 15:54:43 +02:00
Fixes #559 - installer issue when no database found or created.
This commit is contained in:
@@ -53,7 +53,7 @@ define("LANINS_028", "Create Database?");
|
||||
define("LANINS_029", "Table prefix:");
|
||||
define("LANINS_030", "The MySQL server you would like e107 to use. It can also include a port number. e.g. “hostname:port” or a path to a local socket e.g. \":/path/to/socket\" for the localhost.");
|
||||
define("LANINS_031", "The username you wish e107 to use to connect to your MySQL server");
|
||||
define("LANINS_032", "The Password for the user you just entered");
|
||||
define("LANINS_032", "The Password for the user you just entered. Must not contain single or double quotes.");
|
||||
define("LANINS_033", "The MySQL database you wish e107 to reside in, sometimes referred to as a schema. Must begin with a letter. If the user has database create permissions you can opt to create the database automatically if it doesn't already exist.");
|
||||
define("LANINS_034", "The prefix you wish e107 to use when creating the e107 tables. Useful for multiple installs of e107 in one database schema.");
|
||||
define("LANINS_035", "Continue");
|
||||
@@ -183,5 +183,6 @@ define("LANINS_124", "Please choose a password of at least 8 characters");
|
||||
define("LANINS_125", "e107 has been installed successfully!");
|
||||
define("LANINS_126", "For security reasons you should now set the file permissions on the e107_config.php file back to 644.");
|
||||
define("LANINS_127", "The database [x] already exists. Overwrite it? (any existing data will be lost)");
|
||||
define("LANINS_128", "Overwrite");
|
||||
define("LANINS_128", "Overwrite");
|
||||
define("LANINS_129", "Database not found.");
|
||||
|
||||
|
Reference in New Issue
Block a user