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

dcor’s picture

Following...

murokoma’s picture

Any news on this?

svendecabooter’s picture

Hi,

This can easily be fixed by applying the patch at #621110: Improper usage of Drupal's DB API

simon georges’s picture

Status: Active » Closed (duplicate)

As a patch is provided in another issue, flagging this one as 'duplicate'.