This topic is locked

Pdf View

4/24/2008 11:13:23 PM
PHPRunner General questions
H
horsey_kim author

I have a simple table and have checked list, printer-friendly and pdf view for one of the views.
I load and then go to click the pdf view and get this error:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 2415 bytes) in /home/oregro/public_html/oretrade/plugins/html2ps/manager.encoding.php on line 77
Any ideas?

J
Jane 4/25/2008

Hi,
to increase file size edit your php.ini file.

; Maximum allowed size for uploaded files.

upload_max_filesize = 2M

post_max_size = 8M