Increase PHP Memory

Fatal error: Allowed memory size of xxxxxxxxx bytes exhausted (tried to allocate 1064256 bytes).

Firts check your control panel for the "PHP Options" icon. If available you can change the PHP version and change the PHP configuration in this area.
Memory limits may be changed via the "Switch to PHP Options" link. 

==
If the above doesn't work please try the following...
edit the .htaccess file in your public_html folder and add the following code...

php_value memory_limit 96M

Note this increases the processor and memory load of your account on the server.

  • 132 Users Found This Useful

Was this answer helpful?

Related Articles

HTTP Authentication error in PHP

Issues with HTTP Authentication error in PHP. Variables $_SERVER['PHP_AUTH_USER'] and...

Internal Server Error with PHPList

PHPList produces internal server error. Checking error logs results in: Invalid command...

What is the Path to ImageMagick?

The path to ImageMagick is /usr/bin/

Useful CSV to MySQL Script

Provided below is a great tool we have run into for converting CSV files into MySQL format: CSV...

Premature end of script headers

If you receive an Internal Server Error 500 and checking your log files displays "Premature end...