Dear,
after my last update, I cannot go back to my wp-admin. when I write my Name and password I’ve this message:
Fatal error: Allowed memory size of 62914560 bytes exhausted (tried to allocate 308057 bytes) in /homepages/9/d283485961/htdocs/clickandbuilds/eXigenceMOTORSPORT/wp-content/themes/enfold/css/dynamic-css.php on line 820
What Can i Do ??? Please help me !
My website address: http://www.exigencemotorsport.com
Hey benjaminbreton,
Please try increasing the memory allocated to PHP: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Best regards,
Rikard
Sorry I didn’t find where I need to include the Code
define(WP-MEMORY…..
regards
Hi,
It should go into your wp-config.php file in the root of your WordPress installation, did you manage to locate that file?
Best regards,
Rikard
hi, yes i got it, i download the file with filzilla, after i search the code
define( ‘WP_MEMORY_LIMIT’, ‘XXM’ );
as explain but I didn’t find it. I try to see at ligne 820 a write to the error message but I didn’t find it.
Thank for your help.
regards
Hi,
To increase the wordpress memory limit please access wp-config.php file and add the below line at the bottom
define('WP_MEMORY_LIMIT', '256M');
For a detailed explaination please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
and you can contact your service provider to increase the memory limit.
Best regards,
Vinay