Thread: SMF integration
View Single Post
Old June 19th, 2009, 11:27 AM   #10 (permalink)
porridgefactory
Junior Member
Verified Customer
 
Join Date: Jun 2009
Posts: 8
perhaps step 3 is the problem then. Currently, in the installation, when I click
Click here to continue to Step 3 -->

I click there, and then get a long list of database errors

Quote:
Step 3: MySQL error reported: [CREATE TABLE rp_reviewtypes (id int(12) NOT NULL default '0', reviewtype varchar(64) NOT NULL default '', isactive tinyint(1) NOT NULL default '0', PRIMARY KEY (id), UNIQUE KEY id (id)) TYPE=MyISAM]
Result: Table 'rp_reviewtypes' already exists
Database: microsto_smf

Step 3: MySQL error reported: [INSERT INTO rp_reviewtypes VALUES (0, 'Regular', 1)]
Result: Duplicate entry '0' for key 1
Database: microsto_smf

Step 3: MySQL error reported: [INSERT INTO rp_reviewtypes VALUES (1, 'Customer Service', 0)]
Result: Duplicate entry '1' for key 1
Database: microsto_smf

etc..
which I am guessing is correct because those tables now exist from before.

But that is all, I am not forwarded to a step 3, I just sit there on an error page.
porridgefactory is offline   Reply With Quote