Page 1 of 1

Memory allocation error when checking installation

Posted: 19 Dec 2005, 14:36
by canaima
I just made a clean install of version 0.19.4 on a mchine that never had mantis installed before. When running the "check" option I get the following message:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 23040 bytes) in /srv/www/htdocs/mantis/core/print_api.php on line 871

Any ideas what goes wrong ?

Thanks,

Per

Issue solved

Posted: 20 Dec 2005, 14:25
by canaima
It turned out to be that maxumim allowed memory allocated to PHP by Apache is 8 MB. Increasing this to 24 MB solved the problem.

Per