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
Memory allocation error when checking installation
Moderators: Developer, Contributor
Issue solved
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
Per