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

PixelClever’s picture

Category: feature » support

That 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.

PixelClever’s picture

Title: Unknown column 'open_tids' » 2x branch requires visit to update.php
abekker’s picture

Thanks, that fixed it.

PixelClever’s picture

Status: Active » Closed (fixed)