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
Comment #1
jose reyero commentedThis 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 ''
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.