Errors encountered when updating from 6.x.2.0-rc6 to 6.x-2.x-dev.
Table 'date_format_locale' already exists query: CREATE TABLE date_format_locale ( `format` VARCHAR(255) NOT NULL, `type` VARCHAR(255) NOT NULL, `language` VARCHAR(12) NOT NULL, PRIMARY KEY (type, language) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /var/www/includes/database.inc on line 515.
Table 'date_format' already exists query: CREATE TABLE date_format ( `dfid` INT unsigned NOT NULL auto_increment, `format` VARCHAR(255) NOT NULL, `type` VARCHAR(255) NOT NULL, `locked` TINYINT NOT NULL DEFAULT 0, PRIMARY KEY (dfid), UNIQUE KEY format (format) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /var/www/includes/database.inc on line 515.
Table 'date_format_types' already exists query: CREATE TABLE date_format_types ( `type` VARCHAR(255) NOT NULL, `title` VARCHAR(255) NOT NULL, `locked` TINYINT NOT NULL DEFAULT 0, PRIMARY KEY (type) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /var/www/includes/database.inc on line 515.
Comments
Comment #1
karens commentedRun the update.
Comment #2
sunfish commentedThose are the errors during the update.
Comment #3
karens commentedRun it anyway. The errors will go away when the table gets created. You have to run update.php more than once to get to that point, and you will see messages that it needs to be run again until everything finishes.