01. Error: “Fatal error: Allowed memory size exhausted”
If you see this error on your website:
Fatal error: Allowed memory size of 67108864 bytes exhausted ...
It means that the PHP memory limit is too low, and your website is trying to use more memory than allowed (this usually happens when handling large images or heavy processes).
Solution:
Login to cPanel > MultiPHP INI Editor > Memory Limit Option (memory_limit) > e.g. 64 MB to 128MB or 256MB