Hello Dev Team
I'm having some issues installing Flarum. I've managed to run the command with the composer on my shared hosting server and it gets to:
Writing lock file
Generating autoload files
but then when I go to the web address to set up the forum in our subdomain, it just shows the below error.
Something went wrong: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'forum_migrations' already exists (SQL: create table forum_migrations
(migration
varchar(255) not null, extension
varchar(255) null) default character set utf8mb4 collate utf8mb4_unicode_ci)