Receiving the following error when I try to create an ePub:

user warning: Unknown column 'n.language' in 'where clause' query: SELECT DISTINCT nid FROM epub WHERE (n.language ='en' OR n.language ='' OR n.language IS NULL) AND ( bid = 12) in /......./sites/all/modules/epub/epub.module on line 515.

I've followed all of the installation instructions for the ePub module.

This issue was originally posted by "the_phi" here: http://drupal.org/node/893418

^The original issue is marked as "Closed (fixed)" but I don't see any confirmation of the fix in the comments. Creating new issue as per guidelines outlined here: http://drupal.org/node/156119

Comments

nbezaire’s picture

As a follow-up, is it possible that ePub is not compatible with i18n? Noticing similar n.language error in other posts about incompatibility between i18n and other projects: Views, FileField Paths, Send, etc.

I have the i18n module installed.

Conversations about a similar error:
http://drupal.org/node/65722#comment-411350
http://drupal.org/node/1151514
http://drupal.org/node/941668

shenzhuxi’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)