Memory Issue

If at any point in time you see a message similar to:

"Fatal error: Allowed memory size of XXXXXXX bytes exhausted (tried to allocate YYYYY bytes) in ...."

then this means that your allocated PHP memory has been exchausted and you should increase it (or investigate what extension is using up too much memory <-- this is not easy to do).

Relevant Information

Facebook Twitter LinkedIn