Bob Barr
03-05-2009, 11:27 PM
I've just started getting a strange error message when I try to access my Mantis Bugtracker package. The resulting error message is:
Fatal error: Out of memory (allocated 3932160) (tried to allocate 122880 bytes) in /home3/xxxx/public_html/xxxx/mantis/core/history_api.php on line 304
When I tried to examine the php file with the File Manager's 'Code Editor' function (so that I could see the line numbers), the editor failed to open the file. Could this be a permissions issue? While I can view the file through the File Manager's 'View' button (without line numbers), I don't seem to be able to use the editor on it.
Also, this package was working fine just this morning.
Can anybody give me any clues as to what to look for in the php file once I manage to locate line 304 in the file? I don't understand why I'd be seeing this out-of-memory error when it's only trying to allocate 122 kbytes.
Fatal error: Out of memory (allocated 3932160) (tried to allocate 122880 bytes) in /home3/xxxx/public_html/xxxx/mantis/core/history_api.php on line 304
When I tried to examine the php file with the File Manager's 'Code Editor' function (so that I could see the line numbers), the editor failed to open the file. Could this be a permissions issue? While I can view the file through the File Manager's 'View' button (without line numbers), I don't seem to be able to use the editor on it.
Also, this package was working fine just this morning.
Can anybody give me any clues as to what to look for in the php file once I manage to locate line 304 in the file? I don't understand why I'd be seeing this out-of-memory error when it's only trying to allocate 122 kbytes.