Title: Error on installation
Last modified: August 21, 2016

---

# Error on installation

 *  Resolved [akent64](https://wordpress.org/support/users/akent64/)
 * (@akent64)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/error-on-installation-10/)
 * Getting the following error on installation:
 * Memory exhausted framework/admin/options-interface.php on line 389
 * [https://wordpress.org/plugins/membership/](https://wordpress.org/plugins/membership/)

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

 *  Plugin Support [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/error-on-installation-10/#post-4594539)
 * Hi [@akent64](https://wordpress.org/support/users/akent64/),
 * It seems from the error message that this error is raised due to memory limit
   of PHP.
 * Please try increasing the memory limit by using any of the following solution.
 * 1. Edit your wp-config.php file and increase memory limit like:
 *     ```
       define('WP_MEMORY_LIMIT', '96M');
       ```
   
 * [http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP](http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP)
 * 2. If you have access to your PHP.ini file, change the line in PHP.ini
    If your
   line shows 32M try 64M:
 *     ```
       memory_limit = 96M ; Maximum amount of memory a script may consume (96MB)
       ```
   
 * 3. If you don’t have access to PHP.ini try adding this to an .htaccess file:
 *     ```
       php_value memory_limit 96M
       ```
   
 * 4. If none of the above works then talk to your hosting provider.
 * Kind Regards,
 *  Plugin Author [WPMU DEV – Your All-in-One WordPress Platform](https://wordpress.org/support/users/wpmudev/)
 * (@wpmudev)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/error-on-installation-10/#post-4594672)
 * Hey there.
 * We haven’t heard from you in awhile, so I just wanted to check in to make sure
   all was good.
 * This thread was marked resolved, but please, if you still need help then just
   respond and open it back up. We can then take it from there. 🙂
 * Hope you have a fantastic day!

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

The topic ‘Error on installation’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/membership_b8cdaa.svg)
 * [Membership 2](https://wordpress.org/plugins/membership/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/membership/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/membership/)
 * [Active Topics](https://wordpress.org/support/plugin/membership/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/membership/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/membership/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [WPMU DEV – Your All-in-One WordPress Platform](https://wordpress.org/support/users/wpmudev/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/error-on-installation-10/#post-4594672)
 * Status: resolved