Closed (fixed)
Project:
Quick Tabs
Version:
6.x-2.0-rc1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2008 at 12:31 UTC
Updated:
22 Jan 2009 at 01:30 UTC
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
Comment #1
pasqualleupdate 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..
Comment #2
pasquallehttp://drupal.org/cvs?commit=163308