Receive this error when updating node:
user warning: Table 'xxx.vocabulary' doesn't exist query: SELECT v.vid FROM d6_vocabulary_node_types AS t LEFT JOIN vocabulary AS v ON t.vid = v.vid WHERE t.type='stormtask' in .../autocategorise/auto_categorise.module on line 66.

Missing the curly-braces around the vocabulary table.

Updated the .module in line 66 to include "AS t LEFT JOIN {vocabulary} AS v ON t.vid ..." and normal function returned.

Comments

matslats’s picture

Status: Active » Closed (fixed)

Thanks,
Also line 168 needed curly braces. All sorted in 1.3