Title: Customize error
Last modified: February 14, 2017

---

# Customize error

 *  Resolved [cubmanky](https://wordpress.org/support/users/cubmanky/)
 * (@cubmanky)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/customize-error-4/)
 * 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](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/customize-error-4/#post-8802175)
 * 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](https://wordpress.org/support/users/cubmanky/)
 * (@cubmanky)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/customize-error-4/#post-8803549)
 * That fixed it. Thanks Charles

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/raindrops/1.700/screenshot.png)
 * raindrops
 * [Support Threads](https://wordpress.org/support/theme/raindrops/)
 * [Active Topics](https://wordpress.org/support/theme/raindrops/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/raindrops/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/raindrops/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [cubmanky](https://wordpress.org/support/users/cubmanky/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/customize-error-4/#post-8803549)
 * Status: resolved