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:
Notice the ../ in: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
uploads/../images
How can I edit the path?
Is that the problem. On the public site I receive this error:
When no image, all is generated well.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
Thx for your time and help.
Regards, Dom