PDF generation problem

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
albatroz
Posts: 10
Joined: Mon Jul 14, 2003 2:41 am
Location: Lima
Contact:

PDF generation problem

Post by albatroz »

I am using a php thumbnail generation class for creating images for my FAQs. This php class is invoked with an IMG tag.

While the normal FAQ view works great, when I choose the PDF view, I get this error:
Warning: getimagesize(thumbnail1.php?image001.png) [function.getimagesize]: failed to create stream: No such file or directory in /home/vohostin/public_html/soporte/pdf.php on line 193
So I was wondering how can I fix this? or how can I disable PDF Generation at least for this article...

The page in mention is here::http://www.virtualorbis.com/~vohostin/s ... =2&lang=es
Thorsten
Posts: 15724
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

we use the FPDF class for generating PDF files. You have to add some PHP code in the pdf.php, that these PHP generated images are filtered out.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply