Actived this module on my site, go to administer -> taxonomy fields -> manage taxonomy fields, I get the user warning below:
user warning: Unknown column 'nfi.display_settings' in 'field list' query: SELECT nfi.field_name, nfi.weight, nfi.label, nfi.widget_type, nfi.widget_settings, nfi.display_settings, nfi.description FROM node_field_instance nfi WHERE nfi.type_name = 'term_related_30' ORDER BY nfi.weight ASC, nfi.label ASC in ....../includes/database.mysql.inc on line 120.
user warning: Unknown column 'nfi.display_settings' in 'field list' query: SELECT
......
......
Comments
Comment #1
yched commentedSounds like you're using an outdated version of CCK.
Please update CCK to latest release, and be sure to visit update.php to update your db accordingly.
Comment #2
boneless commentedright, seems like an older version of cck.
but before updating, please be aware that some older field modules could have problems to be displayed with cck 1.5! you might wanna check which field modules you use and test them somewhere first.
Comment #3
boneless commented