![]() |
PDF Creation using to_pff_pi not working - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: PDF Creation using to_pff_pi not working (/showthread.php?tid=26319) |
PDF Creation using to_pff_pi not working - El Forum - 01-11-2010 [eluser]Unknown[/eluser] Hi,I am using to_pdf_pi for generating pdf.Its not working.In some browsers its leading to blank page and in some it shows an error like this " Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 16 bytes) in /var/www/mysteryShopper/system/plugins/dompdf/include/frame.cls.php on line 174" Can anyone help me plz ![]() PDF Creation using to_pff_pi not working - El Forum - 01-11-2010 [eluser]flaky[/eluser] it looks like your php setup needs more memory, increase memory size in your php.ini file example Code: memory_limit: 8M Code: memory_limit: 64M |