Dev License: This installation of WHMCS is running under a Development License and is not authorized to be used for production use. Please report any cases of abuse to abuse@whmcs.com
Sometimes you may receive the following error message while accessing your PHP page:

Error : Fatal error: Allowed memory size of xxxxxx bytes exhausted (tried to allocate 24 bytes) in /home/test/public_html/xxx/test.php on line xxx

Solution:

To resolve this error, you will need to raise PHP memory limit. If your website is hosted on the shared server, you will have to modify your script. If you have VPS or Dedicated server, you can update your PHP configuration to allow more than 64 MB memory. You will need to increase the value for php_memory in your php.ini file. Do not forget to restart your web server after making this change.
Was this answer helpful? 1 Users Found This Useful (7 Votes)

Powered by WHMCompleteSolution