diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-02-28 19:20:29 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-02-28 19:20:29 +0000 |
commit | bfa4e6038e1e15bab8c19a6a0caa9607933b972b (patch) | |
tree | 4110bcbc74ad598111d60d2df4385153522b222b /phpBB/language/en/install.php | |
parent | 88a74afa58ceffb3d80d1f23bc81050178974959 (diff) | |
download | forums-bfa4e6038e1e15bab8c19a6a0caa9607933b972b.tar forums-bfa4e6038e1e15bab8c19a6a0caa9607933b972b.tar.gz forums-bfa4e6038e1e15bab8c19a6a0caa9607933b972b.tar.bz2 forums-bfa4e6038e1e15bab8c19a6a0caa9607933b972b.tar.xz forums-bfa4e6038e1e15bab8c19a6a0caa9607933b972b.zip |
refactor the database updater:
- no longer support versions prior 3.0.0
- more apparent place for adding schema/data changes
- use db_tools
- added check for wrong schema (MySQL 3x/4x schema on MySQL > 4.0)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9350 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/install.php')
-rw-r--r-- | phpBB/language/en/install.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 1b337d0985..842ee85d03 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -269,6 +269,8 @@ $lang = array_merge($lang, array( 'MAKE_FOLDER_WRITABLE' => 'Please make sure that this folder exists and is writable by the webserver then try again:<br />»<strong>%s</strong>.', 'MAKE_FOLDERS_WRITABLE' => 'Please make sure that these folders exist and are writable by the webserver then try again:<br />»<strong>%s</strong>.', + 'MYSQL_SCHEMA_UPDATE_REQUIRED' => 'Your MySQL database schema for phpBB is outdated. phpBB detected a schema for MySQL 3.x/4.x, but the server runs on MySQL %2s.<br /><strong>Before you proceed the update, you need to upgrade the schema.</strong><br /><br />Please refer to the <a href="http://www.phpbb.com/kb/article/doesnt-have-a-default-value-errors/">Knowledge Base article about upgrading the MySQL schema</a>. If you encounter problems, please use <a href="http://www.phpbb.com/community/viewforum.php?f=46">our support forums</a>.', + 'NAMING_CONFLICT' => 'Naming conflict: %s and %s are both aliases<br /><br />%s', 'NEXT_STEP' => 'Proceed to next step', 'NOT_FOUND' => 'Cannot find', |