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
Related Articles
phpMyAdmin - Error Incorrect format parameter
When importing a database with PHPMyAdmin I receive the error "Error Incorrect format parameter"....
How to Disable XCache for a Domain
On many of our servers xcache is use as part of the php caching mechanism. If you are...
Clean - Shrink ibdata1
To shrink ibdata1 once and for all you must do the following: MySQLDump all databases into a...
How can I find my MariaDB - MySQL version?
Login to cPanel In the "Stats" section on the left, locate the row labeled "MariaDB or MySQL...
Error 500 - Internal Server Error - PHP
This can be due to several factors. The first thing to check is that the permissions on the file...
