user warning: Unknown column 'style' in 'field list' query: SELECT qtid, title, tabs, ajax, style FROM quicktabs WHERE qtid = 1 in ../sites/all/modules/quicktabs/quicktabs.module on line 451.

warning: Invalid argument supplied for foreach() in ../sites/all/modules/quicktabs/quicktabs.install on line 88.

reason:
quicktabs_updateblock() function has the style column update already, but it will be create only in the next update..

solution:
quicktabs_load() and quicktabs_updateblock() should be removed from update 6002 and changed with normal SQL statements..

Comments

pasqualle’s picture

update 6002 converts the tabs to the new format. Old tabs created with the 1.x versions will not work in 2.0

options to solve the problem:
1. recreate the tabs manually (delete old, create new)
2. run the update 6002 again after the error. that means on update.php screen select the update 6002 an run it.

the bug will be fixed in the rc2 release, but that does not help users who already switched to rc1. I am sorry for the inconvenience. I tried to make a clean upgrade path from 1.x to 2.x but the next update just break this one and it was not tested again..

pasqualle’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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