Reading the Error
PHP Allowed Memory Size Exhausted: The Real Fix
Allowed memory size exhausted" has three distinct causes. Raising memory_limit fixes one of them. Here is how to tell which one you actually have.
Allowed memory size exhausted" has three distinct causes. Raising memory_limit fixes one of them. Here is how to tell which one you actually have.
A working method for reading PHP, JavaScript and Vue stack traces top to bottom, finding the line that is actually yours, and what to…