When upgrading from 7.x-1.1 (2013-Aug-03) to 7.x-1.1-dev (2013-Oct-01) I get a white screen on both the view edit page and when viewing the pdf itself. No error messages, nothing in the log. TCPDF version 6.0.039.

Comments

Rustan’s picture

Ok, I get this after getting a white screen and going to another page:
Warning: require_once(/fpdi2tcpdf_bridge.php): failed to open stream: No such file or directory in require_once() (line 17 of /---/sites/all/modules/views_pdf/views_pdf_template.php).

mikran’s picture

Category: Bug report » Support request
Issue summary: View changes

Have you installed all the dependencies? Does admin/reports/status indicate "Views PDF - FPDI", "Views PDF - FPDI Template File" and "Views PDF - TCPDF" as green?

Rustan’s picture

I tested again now with the current dev, from October 19.

Before update they all show as green, after update these two are red:
Views PDF - FPDI
Views PDF - FPDI Template File
while this is still green:
Views PDF - TCPDF

I have not changed the library positions of the files and do not see a requirement to do so in the readme.

In the module list I see Views PDF Display listed as 7.x-2.x-dev, this is for the dev module listed on the module page as 7.x-1.x-dev.

killua99’s picture

Current dev is 7.x-1.x

The 7.x-2.x it's not for any dev site yet. Because I'm writing code.

olak’s picture

i had a similar problem. had installed the dependencies, on the status report it said that all was ok, but i got WSOD each time i tried to add a PDF View.
making a clone of the site (in the same farm), i noticed that in the status report of the new site, the depenedencies were not found, so i checked on thte server.
in sites/all/libraries/fpdi, the permissions were all messed up for some reason. the folder itself was drw-r-Sr-- and inside alla files were 000!
so fixing the permissions solved my problem.
so take a good look at file permissions, after downloading fpdi and fpdf_template...

killua99’s picture

Status: Active » Closed (cannot reproduce)
diriy’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Status: Closed (cannot reproduce) » Active

I have the same. And the error Warning: require_once(/tcpdf.php): failed to open stream: No such file or directory в require_once() (line 16 in sites/all/modules/views_pdf/views_pdf_template.php). and the version is 7.x.-2.x.-dev

diriy’s picture

Version: 7.x-2.x-dev » 7.x-1.4

a bit mistaken: 7.x-1.4 version. stable

killua99’s picture

Status: Active » Closed (outdated)