Troubleshooting the “PHP Fatal error: Allowed memory size exhausted”
Introduction The “allowed memory size exhausted” fatal PHP error means that a PHP script exceeded the set PHP memory limit and thus failed. This can result in 500 errors or broken functionality within a webpage. The error will be available…