09/05/2014 at 5:33 pm
#302906
Keymaster
@ Deniss
Looking at the page the most likely cause is the memory allocated to PHP has been exhausted causes PHP to stop running. My suggestion is to try increasing this amount. Try 128MB.
See this excellent blog post on how to do it. Since every host is different, which method that will work is unknown. My suggestion would to be start at the top and work your way until the issue is, hopefully, resolved.
http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Let me know how you make out.
Oh, any reason, could be max_execution_time
https://www.youtube.com/watch?v=M2IqW-43Sr4
Try increasing this too.