This topic is locked

Fatal Error

6/18/2007 1:49:25 AM
PHPRunner General questions
S
slobbering_dog author

I have created a report . It appeared correct in every way in the Visual editor, however gave me the following error when I tried to run it.
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 240 bytes) in /var/www/html/sms_reports/include/locale.php on line 129
Any hints ?
Thanks,
slobbering_dog

Alexey admin 6/18/2007

Hi,
try to increase value of memory_limit PHP configuration option in C:\Windows\php.ini file.
Or add this line into the beginning of generated include\dbcommon.php file:

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



Insert it just after "<?php" line.