Blank Page 3.0.3

Phoca PDF - creating PDF documents in Joomla! CMS
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47870
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Blank Page 3.0.3

Post by Jan »

Hi, in the first link I get 404 error and in the PDF, iside it, there is the same error:

Code: Select all

<title>Fehler: 404 Beitrag nicht gefunden</title>
If you find Phoca extensions useful, please support the project
gualo
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 08 Dec 2016, 14:12

Re: Blank Page 3.0.3

Post by gualo »

Hi,
I just installed Phoca PDF for the first time and am having the same problem, no errors but the PDF generated contains only the header and footer lines, but without the article contents.
I created an article for the test with only "text" as it's contents as you suggested.
Here is a screen copy of the article as displayed by Joomla (http://www.cercledesvoisins.org/tmp/Phoca_PDF.png)
And here the PDF generated by Phoca PDF (http://www.cercledesvoisins.org/tmp/Phoca_PDF.pdf)

Any hints?
Thanks
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47870
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Blank Page 3.0.3

Post by Jan »

Hi, looking at the code of the PDF, it is correctly rendered. So seems like something prevents from displaying the output there.

Try to switch your editor to html source code and see the html source of the "text" text.

Try to change it to:

Code: Select all

<div>Text</div>
to be 100% sure that no hidden formatting or hidden characters are rendered there :idea:

Jan
If you find Phoca extensions useful, please support the project
gualo
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 08 Dec 2016, 14:12

Re: Blank Page 3.0.3

Post by gualo »

The previous article already had

Code: Select all

<p>text</p>
as only contents. I nevertheless changed it to

Code: Select all

<div>text</div>
just to be on the safe side.
Same problem. I compared the generated PDFs and they are practically identical. The second one is here http://www.cercledesvoisins.org/tmp/Phoca_PDF_2.pdf
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47870
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Blank Page 3.0.3

Post by Jan »

Hmmm, I see, both files are OK. The problem is somewhere on server - in php - so the text is not rendered anyway :-(

Really hard to say, when there are no errors or warnings in the errorLog :-(
If you find Phoca extensions useful, please support the project
Post Reply