I got this error when installing flarum. It creates database tables. But not login to site. I am using php 7.1 on cpanel apache server.
And here is error log while install:
07-Sep-2018 13:09:32 UTC] PHP Parse error: syntax error, unexpected ':', expecting ';' or '{' in /home/birey/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php on line 161
Here is error log when enter the site:
[07-Sep-2018 13:09:56 UTC] PHP Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'birey_flarumdb.bmsettings' doesn't exist' in /home/birey/public_html/vendor/illuminate/database/Connection.php:319
Stack trace:
#0 /home/birey/public_html/vendor/illuminate/database/Connection.php(319): PDO->prepare('select value,...')
#1 /home/birey/public_html/vendor/illuminate/database/Connection.php(655): Illuminate\Database\Connection->Illuminate\Database{closure}(Object(Illuminate\Database\MySqlConnection), 'select value,...', Array)
#2 /home/birey/public_html/vendor/illuminate/database/Connection.php(618): Illuminate\Database\Connection->runQueryCallback('select value,...', Array, Object(Closure))
#3 /home/birey/public_html/vendor/illuminate/database/Connection.php(324): Illuminate\Database\Connection->run('select value,...', Array, Object(Closure))
#4 /home/birey/public_html/vendor/illuminate/database/Query/Builder.php(1431): Illuminate\Database\Connection->select('select value,...', A in /home/birey/public_html/vendor/illuminate/database/Connection.php on line 662