Создал чистую базу, удалил gameap.conf из из enabled и available. Ошибка остаётся. так же хочу заметить что пользователь admin с данным паролем в базе не создаётся. таблица users пустая. на бета3 надоело мучаться залил в ручную с уже готовым админом по умолчанию
`root@SERVER:~# curl -sLO http://packages.gameap.ru/installer.sh
root@SERVER:~# bash ./installer.sh
Detected operating system as ubuntu/bionic.
Preparation for installation...
Checking for curl...
Detected curl...
Downloading installator for your operating system...
Running...
Detected operating system as ubuntu/bionic.
Enter gameap installation path (Example: /var/www/gameap):
Enter gameap host (example.com): cssds.ru
Select database to install and configure
1) MySQL
2) SQLite
3) None. Do not install a database
Enter number: 1
Okay! Will try install MySQL...
Select Web-server to install and configure
1) Nginx (Recommended)
2) Apache
3) None. Do not install a Web Server
Enter number: 2
Okay! Will try install Apache...
Running apt-get update... done.
Checking for curl...
Detected curl...
Checking for gpg...
Detected gpg...
Installing software-properties-common apt-transport-https... done.
Checking for PHP...
Checking for PHP 7.4 version available...
PHP 7.4 not available...
Checking for PHP 7.3 version available...
PHP 7.3 not available...
Checking for PHP 7.2 version available...
PHP 7.2 available
Installing php7.2-common php7.2-gd php7.2-cli php7.2-fpm php7.2-mysql php7.2-pgsql php7.2-curl php7.2-bz2 php7.2-zip php7.2-xml php7.2-mbstring php7.2-bcmath php7.2-gmp php7.2-intl... done.
Downloading GameAP archive...
done
Unpacking GameAP archive...
done
Detected installed mysql...
MySQL configuring skipped.
Please configure MySQL manually.
Enter DB username: gameap
Enter DB password:
Enter DB name: gameap
mysql: [Warning] Using a password on the command line interface can be insecure.
Generating encryption key...
Application key set successfully.
done
Migrating database...
Migration table created successfully.
Migrating: 2014_10_12_000000_create_users_table
Migrated: 2014_10_12_000000_create_users_table (832.44ms)
Migrating: 2014_10_12_100000_create_password_resets_table
Migrated: 2014_10_12_100000_create_password_resets_table (635.41ms)
Migrating: 2017_09_12_000000_create_dedicated_servers_table
Migrated: 2017_09_12_000000_create_dedicated_servers_table (409.10ms)
Migrating: 2017_09_12_100000_create_ds_stats_table
Migrated: 2017_09_12_100000_create_ds_stats_table (384.47ms)
Migrating: 2017_09_12_200000_create_ds_users_table
Migrated: 2017_09_12_200000_create_ds_users_table (317.34ms)
Migrating: 2017_09_12_300000_create_games_table
Migrated: 2017_09_12_300000_create_games_table (911.13ms)
Migrating: 2017_09_12_400000_create_game_mods_table
Migrated: 2017_09_12_400000_create_game_mods_table (368.60ms)
Migrating: 2017_09_12_500000_create_gdaemon_tasks_table
Migrated: 2017_09_12_500000_create_gdaemon_tasks_table (292.26ms)
Migrating: 2017_09_12_600000_create_servers_table
Migrated: 2017_09_12_600000_create_servers_table (317.36ms)
Migrating: 2017_09_12_700000_create_servers_settings_table
Migrated: 2017_09_12_700000_create_servers_settings_table (726.93ms)
Migrating: 2017_09_12_800000_create_servers_stats_table
Migrated: 2017_09_12_800000_create_servers_stats_table (342.36ms)
Migrating: 2017_10_15_163730_create_permission_tables
Migrated: 2017_10_15_163730_create_permission_tables (8,591.20ms)
Migrating: 2018_12_04_143042_create_client_certificates
Migrated: 2018_12_04_143042_create_client_certificates (342.33ms)
Migrating: 2018_12_07_143515_create_server_user
Migrated: 2018_12_07_143515_create_server_user (283.98ms)
Migrating: 2019_03_18_154345_create_jobs_table
Migrated: 2019_03_18_154345_create_jobs_table (501.64ms)
Migrating: 2019_07_01_144304_add_gdaemon_task_canceled_status
Migrated: 2019_07_01_144304_add_gdaemon_task_canceled_status (668.26ms)
Migrating: 2019_07_10_183954_add_foreign_keys
Migrated: 2019_07_10_183954_add_foreign_keys (2,682.80ms)
Migrating: 2019_07_10_205811_add_servers_deleted_at
Migrated: 2019_07_10_205811_add_servers_deleted_at (560.18ms)
Migrating: 2019_10_06_192224_add_gdaemon_tasks_server_id_nullable
Migrated: 2019_10_06_192224_add_gdaemon_tasks_server_id_nullable (643.21ms)
Migrating: 2020_01_22_212705_create_bouncer_tables
Migrated: 2020_01_22_212705_create_bouncer_tables (6,987.22ms)
Migrating: 2020_03_04_182805_create_servers_tasks_table
Migrated: 2020_03_04_182805_create_servers_tasks_table (902.52ms)
Migrating: 2020_03_04_195038_create_servers_tasks_fails_table
Migrated: 2020_03_04_195038_create_servers_tasks_fails_table (1,227.94ms)
done
Detected installed apache...
Module rewrite already enabled
User not found
DONE!
GameAP file path: /var/www/gameap
Database name: gameap
Database user name: gameap
Database user password:
Administrator credentials
Login: admin
Password: n3uRnuiLs3TvDr1HnS
Host: http://cssds.ru
root@SERVER:~#
`