Gabriel Ortiz wrote:
Nope... the error just changed from (tried to allocate 77263 bytes) to (tried to allocate 44125 bytes)...
This is the important part "Fatal error: Allowed memory size of 8388608 bytes exhausted".
This means that the servers PHP memory has been exhausted so technically it will fail even if you try to load 1 more byte.
Since 8388608 bytes = 8MB, in your php.ini you would be looking for “memory_limit = 8M”