Page 1 of 1

Fatal error: Allowed memory size of 134217728 bytes ...

PostPosted: 18. January 2010 19:41
by yoligim
I get this error:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 49 bytes) in
E:\xampp\htdocs\arcadem\admin\adminfunctions.php on line 189
when I run this query:
Retrieving Games... this may take awhile.


1. Downloading feed from Mochi servers ... JSON chosen
4. Opening local copy of JSON feed (this may take awhile) ...


I,ve tried changing the memory limit in my php.ini and now I have set up this:

memory_limit = 1024M ; Maximum amount of memory a script may consume (512MB)

and I still having this fatal error...
I would appreciate some help, because I have no ideas...
thanks in advance

Re: Fatal error: Allowed memory size of 134217728 bytes ...

PostPosted: 22. January 2010 18:36
by yoligim
Problem solved 8)