Allowed memory size of ... Apache
How to fix :
Edit file php.ini
[code]
max_execution_time = 300 ; Maximum execution time of each script, in seconds
max_input_time = 600 ; Maximum amount of time each script may spend parsing request data
memory_limit = 500M ; Maximum amount of memory a script may consume (16MB)
[/code]
Restart apache