When I install Internationalization module I get this displayed on every content page:

user warning: Unknown column 'v.language' in 'where clause' query: SELECT v.*, n.type FROM vocabulary v LEFT JOIN vocabulary_node_types n ON v.vid = n.vid WHERE (v.language ='en' OR v.language ='' OR v.language IS NULL) ORDER BY v.weight, v.name in /home/httpd/htdocs/ceu1/includes/database.mysql.inc on line 172.

Comments

jose reyero’s picture

Status: Active » Fixed

This seems an installation issue and anyway it's an old version. This shouldn't happen on fresh installs.

Note: Try reinstalling or, to fix it manually: ALTER TABLE vocabulary ADD language varchar(12) NOT NULL default ''

Anonymous’s picture

Status: Fixed » Closed (fixed)

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