Pdfview - blank page - No CCK support
drumax - October 5, 2006 - 17:37
| Project: | Pdfview |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Description
I tryed to install the pdfview.module but only get a blank page in Firefox. Safari tells something about "(NSURLErrorDomain:-1005)".
I think I installed everything correct, but I an not sure with the two Paths:
(Drupal is installed in a subfolder named "cms".)
<?php
define ("K_PATH_MAIN", "/var/webs/www.XXXXXXXXX.com/public_html/cms/modules/pdfview/tcpdf/");
define ("K_PATH_URL", "http://www.XXXXXXXXX.com/cms/modules/pdfview/tcpdf/");
?>Can anybody tell me if these are correct? > In my phpinfo.php I found this:
DOCUMENT_ROOT /var/webs/www.XXXXXXXXX.com/public_html
(I know its different on different hosts)
I use Drupal 4.7, pdfview.module,v 1.28.2.5, tcpdf_1_53_0_TC024
Thanks for any Tips.

#1
I'm experiencing a similar issue. I have traced my issue to CCK nodes. If I try to view as PDF for a CCK node it returns a blank page. If I view a "normal" node, i.e., a story node, than it will output correctly.
hintbw
#2
#3
I need someone to test this patch (see howto apply patches)
The output is still somewhat inconsistent ...
#4
I went ahead and committed it
#5