This topic is locked

Export Report to PDF

11/20/2013 9:09:03 AM
PHPRunner General questions
Graphix author

Hi all,
I have created some reports in PHPRunner I can print them no problem but when I click on the PDF link I keep getting this error:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 21 bytes)
I have set memory allocation to 256M in my php.ini file do I need to set it anywhere else?
thank you

Kevan

Sergey Kornilov admin 11/20/2013

Kevan,
it looks like memory limit is set to 128M in your php.ini. Make sure you are modifying correct php.ini file and restart web server after making change to php.ini. The location of php.ini file can be found via phpinfo() function.
test.php file

<?php

phpinfo();

?>
Graphix author 11/20/2013



Kevan,
it looks like memory limit is set to 128M in your php.ini. Make sure you are modifying correct php.ini file and restart web server after making change to php.ini. The location of php.ini file can be found via phpinfo() function.
test.php file

<?php

phpinfo();

?>



Hi Sergey, thank you I made the change but did not restart my webserver.

I have restarted my webserver now my PDF export just hangs:


regards

Kevan

Sergey Kornilov admin 11/20/2013

You can post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program. We'll take a look and be back to you.

Graphix author 11/22/2013

Hi Sergey

uploaded and opened ticket

thank you <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=72983&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />