Closed (cannot reproduce)
Project:
Printer, email and PDF versions
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2012 at 10:42 UTC
Updated:
15 Feb 2013 at 03:56 UTC
Comments
Comment #1
jcnventuraSomething must be crashing the EPUB exporter.. Can you check the apache and the Drupal logs?
Comment #2
arrubiu commentedIt seems that aren't errors in apache and drupal log.
Comment #3
arrubiu commentedAny news?
Comment #4
jcnventuraNo. Your page is the one with the problem. Without access to it, you won't have any news.
Comment #5
veskimees commentedI have exactly the same situation. Nothing in logs -- it simply doesn't work.
Comment #6
jcnventuraI understand it doesn't work for you. I don't understand why, though.
If you're able to debug it better, feel free to re-open this. As it is, it's just a list of 'doesn't work for me'.
Comment #7
ds1964 commentedI'm experiencing this problem. Has anyone found out anything about it?
Thanks.
Comment #8
ibakayoko commentedI have the same issue.
I was able to generate an epub file with content. I am still investigating.
I have modified print_epub.pages.inc (line ~ 103)
$html = theme('print', array('node' => $node, 'expand_css' => TRUE, 'format' => $link['format']));
to
$html = theme('print', array('node' => $node, 'expand_css' => FALSE, 'format' => $link['format']));
I am still trying to see how i can add a cover and add a tpl for epub.
Comment #9
cwsmith1701 commentedI'm also experiencing this. I'm using 7.x-2.x-dev and the epub lib recommended by the documentation. Is it possible that the chosen epub generation library is the problem?