edit : del the table & fix
it's my database problem
migration encountered an error, and I haven't had time to investigate it yet.
Migrating extension: fof-upload
In Connection.php line 712:
SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'fof_upload_file_posts' already
exists (SQL: create table `fof_upload_file_posts` (`id` bigint unsigned not null auto_increment
primary key, `file_id` int unsigned null, `post_id` int unsigned null) default character set u
tf8mb4 collate 'utf8mb4_unicode_ci' engine = InnoDB)
In Exception.php line 18:
SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'fof_upload_file_posts' already
exists
In PDOStatement.php line 117:
SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'fof_upload_file_posts' already
exists
migrate