This topic has 2 replies, 2 voices, and was last updated 10 years, 7 months ago ago by Eva Kemp
After uploading couple of product images i get this error message:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 786432 bytes) in /home/dataonline/public_html/wp-includes/SimplePie/Item.php on line 2736
What does it mean and is it slowing down my website?
Jen
Hello,
Try to add this line to your wp-config.php file:
define(‘WP_MEMORY_LIMIT’, ’64M’);
Or if you have access to your PHP.ini file, change the line in PHP.ini:
memory_limit = 64M ;
If you don’t have access to PHP.ini try adding this to .htaccess file:
php_value memory_limit 64M
If this doesn’t help you should contact your host to increase the memory limit.
Regards,
Eva Kemp.
The issue related to '‘Fatal Error’' has been successfully resolved, and the topic is now closed for further responses