Page 1 of 1

Fatal Error on View Issues Page

Posted: 17 Mar 2008, 15:27
by ste_dee
When I go into View Issues I am getting a band along the top which displays the following message:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 6144 bytes) in C:\wamp\www\mantis\core\string_api.php(309) : runtime-created function on line 1

I get about 14 issues listed of a possible 50 that should be displayed on the page, before the page stops.

I am running version Mantis 1.1.1.

Not really sure where to start looking to resolve this.

Any help would be great.

Thanks

Ste

Re: Fatal Error on View Issues Page

Posted: 19 Mar 2008, 07:46
by seiji
Change memory_limit in your php.ini.

Re: Fatal Error on View Issues Page

Posted: 22 Apr 2008, 10:07
by migueldejuana
I have the same problem and I'm running the same mantis.

I change memory_limit in php.ini but the problem persist.

I don't know what can I do.

Thanks.

Re: Fatal Error on View Issues Page

Posted: 22 Apr 2008, 13:15
by ste_dee
I did a search for php.ini on my server and found a couple of different ones. I am using WAMP Server. I changed the memory limit in each one, restarted All Services through the WAMP Manager and it worked fine then.

Cheers

Re: Fatal Error on View Issues Page

Posted: 23 Apr 2008, 09:52
by migueldejuana
I had restart all services and problem persist.

I'm working with AppServer.

This is the message:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 6144 bytes) in C:\AppServ\www\mantis\core\string_api.php(309) : runtime-created function on line 1

Thanks