• Resolved cubmanky

    (@cubmanky)


    When i click on customize from appearances I get Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 64 bytes) in …………………./wp-db.php on line 1846

    When i click on customize from themes I get Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 130968 bytes) in …………/post.php on line 1909

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Hi cubmanky

    Please try

    wp-config.php

    
    <?php
    define( 'WP_MEMORY_LIMIT', '128M' );       //ADD THIS CODE
    define( 'WP_MAX_MEMORY_LIMIT', '256M' );   //ADD THIS CODE
    /**
     * The base configurations of the WordPress.
     *
     * This file has the following configurations: MySQL settings, Table Prefix,
     * Secret Keys, WordPress Language, and ABSPATH. You can find more information
     * by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
    

    Thank you

    Thread Starter cubmanky

    (@cubmanky)

    That fixed it. Thanks Charles

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Customize error’ is closed to new replies.