Page 1 of 1

TCPDF ERROR: [Image] Unable to get image

Posted: 12 Aug 2012, 15:16
by Scorpion
Hi,

i use Joomla 2.5.6 , JoomGallery 2.0 and PhocaPDF 2.0.5.

If I merge a picture with JoomGallerys Add-on JoomPlu into an article, PhocaPDF get me this Error: TCPDF ERROR: [Image] Unable to get image: index.php?option=com_joomgallery&view=image&format=raw&id=97&type=img

A Picture outside the JoomGallery works perferct with PhocaPDF.

Whats wrong there?

Re: TCPDF ERROR: [Image] Unable to get image

Posted: 14 Aug 2012, 12:37
by Jan
Hi, in parameters of plugin you can disable executing plugins in PDF (as there is no support of gallery images for PDF)
Jan

Re: TCPDF ERROR: [Image] Unable to get image

Posted: 14 Aug 2012, 14:47
by Scorpion
Hi Jan,
thanks for your reply.
It works!

But i found another Trick to get the image work at the Phoca-PDF.
The Code of the image in the Article is:

Code: Select all

<img style="height: 310px;" src="index.php?option=com_joomgallery&view=image&format=raw&id=97&type=img" class="jg_photo" alt="joomplu:97" data-mce-src="index.php?option=com_joomgallery&view=image&format=raw&id=97&type=img" data-mce-style="height: 310px;">
When i add "http://tierschutz-marienberg.de/" in the src and the data-mce-src line, so that the code are looking that:

Code: Select all

<img style="height: 310px;" src="http://tierschutz-marienberg.de/index.php?option=com_joomgallery&view=image&format=raw&id=97&type=img" class="jg_photo" alt="joomplu:97" data-mce-src="http://tierschutz-marienberg.de/index.php?option=com_joomgallery&view=image&format=raw&id=97&type=img" data-mce-style="height: 310px;">
Its work perfekt. The image are shown in the PDF.

I think this is a Problem from the JoomGallery and not from PhocaPDF?!
Thanks a lot for your help!

Re: TCPDF ERROR: [Image] Unable to get image

Posted: 14 Aug 2012, 22:54
by Jan
Ok