Closed (fixed)
Project:
Advanced Taxonomy Blocks (abandoned)
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2009 at 09:32 UTC
Updated:
8 Feb 2009 at 19:31 UTC
Getting the following error message on all versions since about 1.5:
user warning: Unknown column 'open_tids' in 'field list' query: SELECT open_tids FROM tb_added_list WHERE tb_id = 2 in /home/ahbekker/public_html/drupal/sites/all/modules/taxonomyblocks/taxonomyblocks.module on line 556.
Comments
Comment #1
PixelClever commentedThat column was added in version 2.0 so it is impossible that it is showing up in versions before it. In the release notes it instructs to run update.php if you didn't do that the column won't exist. You should always run update.php after updating a module.
Comment #2
PixelClever commentedComment #3
abekker commentedThanks, that fixed it.
Comment #4
PixelClever commented