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
2010-09-09 17:33:04