Ive been trying to upload enfold into my wordpress, however I keep getting error message. help1
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 7680 bytes) in /data/17/1/154/148/1806311/user/1956269/htdocs/wordpress1/wp-admin/includes/template.php on line 370
this is the error i get after its downloaded and i try to activate.
Hey!
Thank you for visiting Kriesi’s support forum.
Please try to increase wordpress memory limit. The first thing you can do to fix this is to add the following lines in your wp-config.php file located at the root of wp directory:
define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Cheers!
Ismael