Error when trying to create pdf (solved)

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
benjamin72070
Forum Members
Forum Members
Posts: 10
Joined: Tue Dec 02, 2008 8:04 pm

Error when trying to create pdf (solved)

Post 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
Last edited by benjamin72070 on Thu Jun 18, 2009 6:04 pm, edited 1 time in total.
benjamin72070
Forum Members
Forum Members
Posts: 10
Joined: Tue Dec 02, 2008 8:04 pm

Re: Error when trying to create pdf

Post 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
Post Reply

Return to “CMSMS Core”