| Friday 03 November 2006 7:42:47 am 
                                                                
                                                                 Hi, I am having problems completing the installation. I am getting the following error. 
EZSW-004Failed inserting data to mysql
 Table 'ezapprove_items' already exists
 EZSW-040
 Failed to initialize site package 'news_site'
 In the eZ debug page I am getting the following error message regarding the Module start 'setup': 
Error: eZMySQLDB Oct 31 2006 23:56:33Query error: Table 'ezapprove_items' already exists. Query: CREATE TABLE ezapprove_items (
 collaboration_id int(11) NOT NULL DEFAULT '0',
 id int(11) NOT NULL AUTO_INCREMENT,
 workflow_process_id int(11) NOT NULL DEFAULT '0',
 PRIMARY KEY ( id )
 ) TYPE=InnoDB
 
Error: Oct 31 2006 23:56:33Failed inserting the SQL:
 CREATE TABLE ezapprove_items (
 collaboration_id int(11) NOT NULL DEFAULT '0',
 id int(11) NOT NULL AUTO_INCREMENT,
 workflow_process_id int(11) NOT NULL DEFAULT '0',
 PRIMARY KEY ( id )
 ) TYPE=InnoDB
 I've researched previous solutions but to no avail.  Any advice would be appreciated by this newbie. Thanks! Ron |