Closed (won't fix)
Project:
Epub
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2011 at 19:14 UTC
Updated:
3 May 2016 at 18:53 UTC
Jump to comment: Most recent
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
Comment #1
nbezaire commentedAs 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
Comment #2
shenzhuxi commented