After running update.php to finish installation of 2.0-beta2, I get the following database errors:



    * user warning: Incorrect table definition; there can be only one auto column and it must be defined as a key query: ALTER TABLE kniffdru_votingapi_cache DROP PRIMARY KEY in /homepages/6/d202983230/htdocs/kniffologie.de/drupal/includes/database.mysql-common.inc on line 386.
    * user warning: Multiple primary key defined query: ALTER TABLE kniffdru_votingapi_cache CHANGE vote_cache_id `vote_cache_id` INT NOT NULL auto_increment, ADD PRIMARY KEY (vote_cache_id) in /homepages/6/d202983230/htdocs/kniffologie.de/drupal/includes/database.mysql-common.inc on line 520.
    * user warning: Incorrect table definition; there can be only one auto column and it must be defined as a key query: ALTER TABLE kniffdru_votingapi_vote DROP PRIMARY KEY in /homepages/6/d202983230/htdocs/kniffologie.de/drupal/includes/database.mysql-common.inc on line 386.
    * user warning: Multiple primary key defined query: ALTER TABLE kniffdru_votingapi_vote CHANGE vote_id `vote_id` INT NOT NULL auto_increment, ADD PRIMARY KEY (vote_id) in /homepages/6/d202983230/htdocs/kniffologie.de/drupal/includes/database.mysql-common.inc on line 520.
    * user warning: Unknown column 'hostname' in 'kniffdru_votingapi_vote' query: ALTER TABLE kniffdru_votingapi_vote CHANGE hostname `vote_source` VARCHAR(255) DEFAULT NULL in /homepages/6/d202983230/htdocs/kniffologie.de/drupal/includes/database.mysql-common.inc on line 520.
    * user warning: Duplicate key name 'content_uid' query: ALTER TABLE kniffdru_votingapi_vote ADD INDEX content_uid (content_type, content_id, uid) in /homepages/6/d202983230/htdocs/kniffologie.de/drupal/includes/database.mysql-common.inc on line 434.
    * user warning: Duplicate key name 'content_source' query: ALTER TABLE kniffdru_votingapi_vote ADD INDEX content_source (content_type, content_id, vote_source) in /homepages/6/d202983230/htdocs/kniffologie.de/drupal/includes/database.mysql-common.inc on line 434.
    * user warning: Duplicate key name 'content_vtype' query: ALTER TABLE kniffdru_votingapi_vote ADD INDEX content_vtype (content_type, content_id, value_type) in /homepages/6/d202983230/htdocs/kniffologie.de/drupal/includes/database.mysql-common.inc on line 434.
    * user warning: Duplicate key name 'content_value_tag' query: ALTER TABLE kniffdru_votingapi_vote ADD INDEX content_value_tag (content_type, content_id, value_type, tag) in /homepages/6/d202983230/htdocs/kniffologie.de/drupal/includes/database.mysql-common.inc on line 434.
    * user warning: Duplicate key name 'content_function' query: ALTER TABLE kniffdru_votingapi_cache ADD INDEX content_function (content_type, content_id, function) in /homepages/6/d202983230/htdocs/kniffologie.de/drupal/includes/database.mysql-common.inc on line 434.
    * user warning: Duplicate key name 'content_tag_func' query: ALTER TABLE kniffdru_votingapi_cache ADD INDEX content_tag_func (content_type, content_id, tag, function) in /homepages/6/d202983230/htdocs/kniffologie.de/drupal/includes/database.mysql-common.inc on line 434.
    * user warning: Duplicate key name 'content_vtype_tag' query: ALTER TABLE kniffdru_votingapi_cache ADD INDEX content_vtype_tag (content_type, content_id, value_type, tag) in /homepages/6/d202983230/htdocs/kniffologie.de/drupal/includes/database.mysql-common.inc on line 434.
    * user warning: Duplicate key name 'content_vtype_tag_func' query: ALTER TABLE kniffdru_votingapi_cache ADD INDEX content_vtype_tag_func (content_type, content_id, value_type, tag, function) in /homepages/6/d202983230/htdocs/kniffologie.de/drupal/includes/database.mysql-common.inc on line 434.

Comments

eaton’s picture

Status: Active » Fixed

This problem has been fixed in subsequent updates.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.