This topic is locked

PDF Error

5/28/2009 10:07:46 AM
PHPRunner General questions
S
swanside author

Hello.
I installed the PDF plugin and clicked on PDF view. It built the PDF then gave me this error on the top of my page.
Fatal error: Call to undefined function imagesx() in C:\Inetpub\wwwroot\PDA\plugins\html2ps\image.class.php on line 40
This is running on Windows Server 2003.
Any ideas plaes?

Thanks

Paul.

J
Jane 5/28/2009

Paul,
you need to have GD2 extension enabled in your PHP to create PDFs with images.

You can find more info here:

http://www.php.net/manual/en/image.setup.php
On Windows you need to add this line to C:\Windows\php.ini file

extension=php_gd2.dll

S
swanside author 5/28/2009

Thanks Jane.
Paul.