Hi,

just set it up and here's what I see in logs:

Unknown column 'n.language' in 'where clause' query: SELECT nn.nid FROM node nn WHERE (n.language ='en' OR n.language ='' OR n.language IS NULL) AND ( (nn.status = 1 OR nn.moderate = 1) AND (nn.type = 'articles' OR nn.type = 'contribs' OR nn.type = 'news') AND ((nn.created > 1279050449 AND nn.created <= 1279051349)) )ORDER BY nn.created ASC in /var/www/dontnod/sites/all/modules/notify/notify.module on line 471.

Regards

CommentFileSizeAuthor
#2 notify-853364.patch835 bytesmatt2000

Comments

matt2000’s picture

Status: Active » Postponed (maintainer needs more info)

That n.language clause is not being included by notify. What internationalization / language modules do you have enabled?

matt2000’s picture

Status: Postponed (maintainer needs more info) » Needs review
StatusFileSize
new835 bytes

Please try this patch and report back if it resolves your issue.

serg.remote’s picture

patch works for me, thanks.
I use the following i18n related modules:
Locale, Content translation, Block translation, Content type translation, Menu translation, Synchronize translations, Taxonomy translation, Internationalization.

matt2000’s picture

Status: Needs review » Fixed

Thanks. Fix committed.

Status: Fixed » Closed (fixed)

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