Code: Select all
SQL PROCESSING ERROR:
No SQL alterations will be performed. However, you may skip SQL processing, continue installing the MOD, and deal with the SQL manually
The following error occured:
Error:
Invalid index name "KEY item_id", statement: 1, table: "phpbb_store_inventory"
SQL:
CREATE TABLE phpbb_store_inventory(inventory_id bigint(8) NOT NULL auto_increment,inventory_item bigint(8) NOT NULL default '0',inventory_store bigint(8) default NULL,inventory_user bigint(8) default NULL,inventory_price bigint(8) NOT NULL default '0',inventory_amount bigint(8) NOT NULL default '0',restock_time varchar(255) default NULL,restock_amount bigint(8) default NULL,restock_last varchar(255) default NULL,UNIQUE KEY item_id(inventory_id)) TYPE=MyISAM