Click to view attachment
so i clicked the create it now link and it gives me this error
CODE
mySQL query error: CREATE TABLE cms_article_fields_data_1 (
field_id INT(10) NOT NULL auto_increment,
field_article_id INT(10) NOT NULL default '0',
PRIMARY KEY (field_id),
KEY field_article_id (field_article_id)
);
SQL error: Table 'cms_article_fields_data_1' already exists
SQL error code: 1050
Date: Tuesday 04th of December 2007 07:03:16 PM
field_id INT(10) NOT NULL auto_increment,
field_article_id INT(10) NOT NULL default '0',
PRIMARY KEY (field_id),
KEY field_article_id (field_article_id)
);
SQL error: Table 'cms_article_fields_data_1' already exists
SQL error code: 1050
Date: Tuesday 04th of December 2007 07:03:16 PM
i logged into my phpmyadmin and saw that the tables are indeed there. i deleted the first one to see what nexus would do, refreshed my articles group and selected the create it now link again. it says it created the table for the group i had just deleted however it says the same error as the image still. any ideas? im using mysql version 5.0.27-standard
let me add that i have tried deleting all files and re uploading and installing nexus. as well as creating new database, but problem persists.