Hi there,
I recently decided to get my personal blog bilingual.
However, I found that as soon as I activate the "i18n" module, I get the following error message in the /blog section of my page:
user warning: Unknown column 'n.language' in 'where clause' query: SELECT node.nid, node.created FROM node WHERE (n.language ='de' OR n.language ='' OR n.language IS NULL) AND ( node.type = 'blog' AND node.status = 1 AND node.uid = 1 )ORDER By node.created DESC in /sites/all/modules/advanced_blog/advanced_blog.module on line 390.
This error goes away when deactivating advanced_blog.
Any ideas on this? using beta1.
Thanks for your help,
Robert
Comments
Comment #1
dcor commentedFollowing...
Comment #2
murokoma commentedAny news on this?
Comment #3
svendecabooterHi,
This can easily be fixed by applying the patch at #621110: Improper usage of Drupal's DB API
Comment #4
simon georges commentedAs a patch is provided in another issue, flagging this one as 'duplicate'.