Hello.
I'm first time install flarum
After entering parameters i'm see next error:
Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'flarum.settings' doesn't exist in /var/www/flarum.local/public_html/vendor/illuminate/database/Connection.php:319 Stack trace: #0 /var/www/flarum.local/public_html/vendor/illuminate/database/Connection.php(319): PDO->prepare('select value,...') #1 /var/www/flarum.local/public_html/vendor/illuminate/database/Connection.php(655): Illuminate\Database\Connection->Illuminate\Database{closure}(Object(Illuminate\Database\MySqlConnection), 'select value,...', Array) #2 /var/www/flarum.local/public_html/vendor/illuminate/database/Connection.php(618): Illuminate\Database\Connection->runQueryCallback('select value,...', Array, Object(Closure)) #3 /var/www/flarum.local/public_html/vendor/illuminate/database/Connection.php(324): Illuminate\Database\Connection->run('select value,...', Array, Object(Closure)) #4 /var/www/flarum.local/public_html/vendor/illuminate/database/Query/Builder.php(1431): Illuminate\Database\Connection->select in /var/www/flarum.local/public_html/vendor/illuminate/database/Connection.php on line 662
And in database i see https://yadi.sk/i/bKNJqsaS3XFnY3
settings table not installed.
How i cant resolve this problem?