This topic is locked

PDF View Error

7/18/2008 3:43:44 AM
PHPRunner General questions
S
swanside author

When I view my pages and click on PDF View, I get this error at the top of my page.
Any ideas please?
Thanks

Paul

Fatal error: Call to undefined function imagesx() in C:\Inetpub\wwwroot\Blue\plugins\html2ps\image.class.php on line 40
J
Jane 7/18/2008
501317 7/24/2008

When I click on view I have a 1 page txt file and I get this error message

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 367113 bytes) in /home2/yourplan/public_html/testyour/plugins/html2ps/pdf.fpdf.makefont.php on line 464
what does this mean?

Alexey admin 7/25/2008

Hi,
this means that PDF creation process needs more system memory.

Try to increase "memory_limit" PHP configuration value in php.ini file or in the generated pages.

Add this line to the beginning of generated include\dbcommon.php file:

ini_set("memory_limit","128M");



Insert it just after the <?php line.

501318 7/25/2008

Hi,

this means that PDF creation process needs more system memory.

Try to increase "memory_limit" PHP configuration value in php.ini file or in the generated pages.

Add this line to the beginning of generated include\dbcommon.php file:
Insert it just after the <?php line.


no that's not it. maybe tell me how it's suppose to function. it shows up on a page but what are you viewing as a pdf the page?