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".)

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.

CommentFileSizeAuthor
#3 pdfview-cck.diff.txt1.11 KBEgon Bianchet

Comments

hintbw’s picture

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

hintbw’s picture

Title: Pdfview - blank page » Pdfview - blank page - No CCK support
Egon Bianchet’s picture

Status: Active » Needs review
StatusFileSize
new1.11 KB

I need someone to test this patch (see howto apply patches)

The output is still somewhat inconsistent ...

Egon Bianchet’s picture

Status: Needs review » Fixed

I went ahead and committed it

Anonymous’s picture

Status: Fixed » Closed (fixed)