01. Error: “Fatal error: Allowed memory size exhausted”
If you see the following error on your website, or in the error log file located at /home/user/logs/user_com.php.error.log:
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