* 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

xano’s picture

Assigned: Unassigned » xano
Status: Active » Fixed

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

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

xano’s picture

Assigned: xano » Unassigned