1

I had a similar problem
I resolved mine by increasing the amount of memory in php.ini
Look for the line
memory_limit = 8M
and try changing it to:
memory_limit = 12M
You may need to restart your webserver for it to work properly.
Regards
Ticktock
I resolved mine by increasing the amount of memory in php.ini
Look for the line
memory_limit = 8M
and try changing it to:
memory_limit = 12M
You may need to restart your webserver for it to work properly.
Regards
Ticktock