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.