Closed (fixed)
Project:
Vocabulary Index
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Aug 2008 at 06:33 UTC
Updated:
24 Jul 2013 at 08:39 UTC
* user warning: Unknown column 'v.language' in 'where clause' query: SELECT vi.*, voc.vid, voc.name, voc.description FROM vocabindex vi LEFT JOIN vocabulary voc ON vi.vid = voc.vid WHERE (v.language ='eng' OR v.language ='' OR v.language IS NULL) AND ( type = 2 AND enabled = 1 )ORDER BY voc.name, voc.weight ASC in /home/mysite/public_html/sites/all/modules/vocabindex/vocabindex.module on line 421.
Comments
Comment #1
xanoYou are using the i18n Taxonomy module, right?
Anyway, the problem was that I had used unusual table aliases (voc instead of v for the vocabulary table).
Fixed and committed to 6.x-2.x-dev.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
xano