Wednesday 17 January 2007 6:10:48 am
I've tried to install 3.9.0 on both my mac and on site5s servers, and both times I get the same error on the final install step:
* EZSW-004
Failed inserting data to mysql
Table 'ezapprove_items' already exists
* EZSW-040 Failed to initialize site package 'ezwebin_site' 3.8 installs fine on both machines. here are the contents of error.log:
[ Jan 17 2007 09:00:03 ] [129.241.61.204] eZMySQLDB:
Query 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
[ Jan 17 2007 09:00:03 ] [129.241.61.204] :
Failed 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
[ Jan 17 2007 09:00:55 ] [129.241.61.204] eZTSTranslator::loadTranslationFile: Could not load translation file: extension/ezwebin/translations/nor-NO/translation.ts Any ideas? I've installed 3.8 and upgraded it to 3.9, but I'd like to use the new ezwebin templates as the basis for our new design, and installing the ezwebin_site package *after* installing and upgrading the site doesn't seem to be an option, so any thoughts on this as well would be appreciated. -Erlend
|