Okay
  Public Ticket #879884
Memory
Closed

Comments

  •  2
    Nicolae started the conversation

    Hi I get this error and added 64 Mb to wp-config but the error is still there. 0720a204-0d01-46bd-8ae5-e1d3cb57aead

    I get this error when I try to customise site clicking on the template and customise.


    PHP.ini has 64 Mb allowed but I cant have anymore


  •  8,996
    Tahir replied

    Hey ,

    You likely need to increase your php memory. See : http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP .

    Add this to wp-config.php via FTP after the WP_debug line :

    define( 'WP_MEMORY_LIMIT', '128M' );
    define( 'WP_MAX_MEMORY_LIMIT', '128M' );
    Bes.t


    ThemeNectar Support Team 

  •  2
    Nicolae replied

    It worked many thanks