We aren't actively using Quick Tabs yet, just have it installed to use later. I just updated a test site from D6.4 to 6.10 and updated modules as well. The prior version of QT installed was 6.x-1.x-dev. After the update the following errors displayed:

user warning: Incorrect table definition; there can be only one auto column and it must be defined as a key query: ALTER TABLE quicktabs DROP PRIMARY KEY in /home/.../includes/database.mysql-common.inc on line 386.
user warning: Multiple primary key defined query: ALTER TABLE quicktabs CHANGE qtid `qtid` INT NOT NULL auto_increment, ADD PRIMARY KEY (qtid) in /home/.../includes/database.mysql-common.inc on line 520.
quicktabs module
Update #6000
Failed: ALTER TABLE {quicktabs} DROP PRIMARY KEY
Failed: ALTER TABLE {quicktabs} CHANGE qtid `qtid` INT NOT NULL auto_increment, ADD PRIMARY KEY (qtid)

HTH

Comments

pasqualle’s picture

#404024: Note on project page re updates

you can ignore this error. update #6000 is required for users upgrading from 5.x-1.x. We could not find any solution to check what is your actual version (D5 or D6), so update #6000 will fail for every 6.x-1.x user..

The update error (of update #6000) does not affect the module functionality..

pasqualle’s picture

Status: Active » Closed (fixed)