tags:

views:

8

answers:

1
A: 

You need to increase the memory_limit in your php.ini; considering 128MB of memory has been exhausted, I'd suggest a nice round number such as 256MB.

so change the entry in your php.ini to: memory_limit = 256M ;

kguest
Just tried that but it didnt work. It exhausts 256 bytes plus a few more.
John
well...up the limit again?
kguest