Page 1 of 1

Error when trying to create pdf (solved)

Posted: Thu Jun 18, 2009 5:39 pm
by benjamin72070
I get the following error when I try the pdf option on a page with an image in it.   Could anyone tell me how to get around this problem?  I am on a shared hosting plan.  I have not as of yet contacted the webhosting provider to ask for PHP permissions to be changed.  I will if I need to.  

Code: Select all

 Warning: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration in /homepages/16/d234049253/htdocs/CMSMS154/modules/Printing/tcpdf/tcpdf.php on line 3558

Warning: getimagesize(http://www.settechs.com/uploads/images/joomla-dev_cycle.png) [function.getimagesize]: failed to open stream: no suitable wrapper could be found in /homepages/16/d234049253/htdocs/CMSMS154/modules/Printing/tcpdf/tcpdf.php on line 3558

Warning: fopen() [function.fopen]: URL file-access is disabled in the server configuration in /homepages/16/d234049253/htdocs/CMSMS154/modules/Printing/tcpdf/tcpdf.php on line 3751

Warning: fopen(http://www.settechs.com/uploads/images/joomla-dev_cycle.png) [function.fopen]: failed to open stream: no suitable wrapper could be found in /homepages/16/d234049253/htdocs/CMSMS154/modules/Printing/tcpdf/tcpdf.php on line 3751
TCPDF error: Can't open image file: http://www.settechs.com/uploads/images/joomla-dev_cycle.png  
Thanks in advance,

Benjamin   ;D

Re: Error when trying to create pdf

Posted: Thu Jun 18, 2009 6:03 pm
by benjamin72070
Well, I fixed the issue myself by checking the source code that was being generated under TinyMCE for the page.  I had already removed the domain name from the image address, but for some reason, it had not removed it when I applied and submitted.  I did it again, and it works fine now.

Sorry for the unnecessary post.

Thanks again,

Benjamin  ;D