PFV VIEW size limit problem |
8/1/2014 11:12:57 AM |
PHPRunner General questions | |
O
omaromar author
Hi, 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.
|
|
![]() |
Sergey Kornilov admin 8/5/2014 |
Make this change right in php.ini file. Find memory_limit variable there, change its value and restart the web server. This should help. |