PDF problem

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
djavet
Posts: 22
Joined: Thu Sep 02, 2004 10:13 am

PDF problem

Post by djavet »

Hello,

I've change the html editor to a more efficient (and free too) to bypass the windows image manager path problem:
-> http://www.interaktonline.com/products/KTML/

All is working weel but when I wish to export the pdf with image I receive this error:
Warning: getimagesize(/einstein/attachments/uploads/../images/shortcut1.jpg): failed to open stream: No such file or directory in C:\Inetpub\iis_web\einstein\admin\export.main.php on line 474

Warning: Division by zero in C:\Inetpub\iis_web\einstein\admin\export.main.php on line 483

Warning: getimagesize(/einstein/attachments/uploads/../images/shortcut1.jpg): failed to open stream: No such file or directory in C:\Inetpub\iis_web\einstein\inc\fpdf.php on line 1466
FPDF error: Missing or incorrect image file: /einstein/attachments/uploads/../images/shortcut1.jpg
Notice the ../ in:
uploads/../images

How can I edit the path?
Is that the problem. On the public site I receive this error:
Warning: getimagesize(/einstein/attachments/uploads/images/shortcut1.jpg): failed to open stream: No such file or directory in C:\Inetpub\iis_web\einstein\pdf.php on line 294

Warning: Division by zero in C:\Inetpub\iis_web\einstein\pdf.php on line 303

Warning: getimagesize(/einstein/attachments/uploads/images/shortcut1.jpg): failed to open stream: No such file or directory in C:\Inetpub\iis_web\einstein\inc\fpdf.php on line 1466
FPDF error: Missing or incorrect image file: /einstein/attachments/uploads/images/shortcut1.jpg
When no image, all is generated well.

Thx for your time and help.
Regards, Dom
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

this is a known problem and I'm working on a fix.

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