Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #689071

    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

    #689652

    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

    #708171

    Sorry I didn’t find where I need to include the Code

    define(WP-MEMORY…..

    regards

    #708581

    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

    #708919

    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

    #708931

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.