Installation block without error at creation of Schema step 0: CreateTableSQL ( mantis_config_table )

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
lucapet
Posts: 1
Joined: 05 Mar 2019, 08:54

Installation block without error at creation of Schema step 0: CreateTableSQL ( mantis_config_table )

Post by lucapet »

Hi, i'm trying to install mantis with this rig:
-Windows server 2012 R2
-Microsoft IIS 8.5
-PHP 7.3
-SQL Server 2012 express Database (on a different server)
The installation seems to start good, all the check are green.
Checking on the db, the installation create correctly the mantis db at the step "Create database if it does not exist" .
At this step the installation freeze, refreshing the page, it starts the next step "Schema step 0: CreateTableSQL ( mantis_config_table )" .
Checking on the db, the table mantis_config_table is correctly created, but the installation freeze again.
Refreshing again the page it gave me this error:
BAD
CREATE TABLE mantis_config_table ( config_id VARCHAR(64) NOT NULL, project_id INT DEFAULT 0 NOT NULL, user_id INT DEFAULT 0 NOT NULL, access_reqd INT DEFAULT 0, type INT DEFAULT 90, value TEXT NOT NULL, PRIMARY KEY (config_id, project_id, user_id) )
SQLState: 42S01 Error Code: 2714 Message: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]There is already an object named 'mantis_config_table' in the database.

Am i missing some browser config?
Thank you all.
Post Reply