Hi

I installed the PDF View Module and the tcpdf. But when i want to create an PDF from a node with a image i got the following errormessage:

* warning: getimagesize(): URL file-access is disabled in the server configuration in /usr/www/users/karste/drupal/modules/pdfview.1/tcpdf/tcpdf.php on line 3022.
* warning: getimagesize(http://karstenschoene.de/drupal/files/images/WJTsw004.jpg): failed to open stream: no suitable wrapper could be found in /usr/www/users/karste/drupal/modules/pdfview.1/tcpdf/tcpdf.php on line 3022.

But in Line 3022 is just this $a=GetImageSize($file); were can i fix this?

Warm regards from Cologne

Dirk

Comments

bdragon’s picture

You need to enable "allow_url_fopen" in your php.ini file.

designwork’s picture

Thanks bdragon for the reply.

But where i find the php.ini? I guess on my server. I will check that out.

Dirk

shah_waliuallah’s picture

Hi is there a pdf view module around for drupal 6.2

ayalsule’s picture

you can use this Ipaper

...