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