I have Tags, Follow Tags and Follow users extensions enabled and I would like to install this extension. After installation an error occured:
Next Illuminate\Database\QueryException: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'mfdiscussion_languages' already exists (SQL: create table
mfdiscussion_languages(
idint unsigned not null auto_increment primary key,
codevarchar(255) not null) default character set utf8mb4 collate 'utf8mb4_unicode_ci' engine = InnoDB) in /home/xxx/xxx/vendor/illuminate/database/Connection.php:669
Stack trace:
#0 /home/xxx/xxx/vendor/illuminate/database/Connection.php(629): Illuminate\Database\Connection->runQueryCallback('create table
m...', Array, Object(Closure))
#1 /home/xxx/xxx/vendor/illuminate/database/Connection.php(464): Illuminate\Database\Connection->run('create table m...', Array, [Object(Closure))]
What should I do?