Page 1 of 1

Mantis Error Or not ?

Posted: 13 Sep 2005, 20:49
by sharadg
Hi All,

wanted to make sure if the following error is a result of server configuration or foul play on part of mantis:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 11520 bytes) in /var/www/mantis/mantis-1.0.0rc1/core/adodb/adodb-time.inc.php on line 500

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 63 bytes) in /var/www/mantis/mantis-1.0.0rc1/lang/strings_english.txt on line 941

Posted: 14 Sep 2005, 12:04
by Guest
Increase the max memory size in your php.ini

Posted: 14 Sep 2005, 14:16
by Narcissus
Are you doing anything in particular when you get those errors, or do you get them all the time?

What's your PHP setup like (version, OS, etc.)? My PHP.INI memory_limit variable is also set to 8M and I've never seen that error before...