Hi guys, i've been trying to upgrade my forum and database from version beta 7 to 8 or 9.
i couldn't do it, everytime i'm getting errors.
what i am doing is:
-creating new flarum forum,
-copy the config.php
file from old forum, to the new one's root.
-then trying to run php flarum migrate
(also php flarum info
giving me the same error)
i am getting this error:
Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'flarum_new.settings' doesn't exist in xxxxxxx\flarum_new\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:61
0 xxxxxxx\flarum_new\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php(61): PDO->prepare('select `value`,...', Array)
1 xxxxxxx\flarum_new\vendor\illuminate\database\Connection.php(326): Doctrine\DBAL\Driver\PDOConnection->prepare('select `value`,...')
2 xxxxxxx\flarum_new\vendor\illuminate\database\Connection.php(657): Illuminate\Database\Connection->Illuminate\Database\{closure}('select `value`,...', Array)
3 xxxxxxx\flarum_new\vendor\illuminate\database\Connection.php(624): Illuminate\Database\Connection->runQueryCallback('select `value`,...', Array, Object(Closure))
4 xxxxxxx\flarum_new\vendor\illuminate\database\Connection.php(333): Illuminate\Database\Connection->run('select `value`,...', Array, Object(Closure))
5 xxxxxxx\flarum in xxxxxxx\flarum_new\vendor\illuminate\database\Connection.php on line 664
can you guys please help me?
i am on local now, my php version is 7.3.1, my mysql version is 5.7.24