Update Admin\Install page

This commit is contained in:
Visman 2021-12-18 20:58:23 +07:00
parent 49c00d420b
commit ee23c0b383
3 changed files with 8 additions and 5 deletions

View file

@ -563,9 +563,12 @@ class Install extends Admin
return $dbhost;
}
// проверка наличия таблицы пользователей в БД
if ($this->c->DB->tableExists('users')) {
$v->addError(['Existing table error', $v->dbprefix, $v->dbname]);
// проверка наличия таблиц в БД
if (
'' != $stat['tables']
&& '0' != $stat['tables']
) {
$v->addError(['Existing table error', $v->dbprefix, $v->dbname, $stat['tables']]);
return $dbhost;
}

View file

@ -154,7 +154,7 @@ msgid "Prefix reserved"
msgstr "The 'sqlite_' and 'pg_' prefixes are reserved. Please choose a different prefix."
msgid "Existing table error"
msgstr "A table called '%1$susers' is already present in the database '%2$s'. This could mean that ForkBB is already installed or that another piece of software is installed and is occupying one or more of the table names ForkBB requires. If you want to install multiple copies of ForkBB in the same database, you must choose a different table prefix."
msgstr "The database '%2$s' contains tables with the prefix '%1$s': <b>%3$s</b>."
msgid "Administrators"
msgstr "Administrators"

View file

@ -154,7 +154,7 @@ msgid "Prefix reserved"
msgstr "Префиксы 'sqlite_' и 'pg_' зарезервированы. Выберите другой префикс."
msgid "Existing table error"
msgstr "Таблица '%1$susers' уже существует в базе '%2$s'. Это может означать, что ForkBB был установлен в данную базу или другой программный пакет занимает таблицы, требуемые для работы ForkBB. Если вы хотите установить несколько копий форума в одну базу, выбирайте разные префиксы для них."
msgstr "В базе '%2$s' есть таблицы с префиксом '%1$s': <b>%3$s</b>."
msgid "Administrators"
msgstr "Администраторы"