Title: MIC Custom Settings Not Saving
Last modified: August 24, 2016

---

# MIC Custom Settings Not Saving

 *  [battig1](https://wordpress.org/support/users/battig1/)
 * (@battig1)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/mic-custom-settings-not-saving/)
 * I can’t seem to get the custom setting to save. I change one and hit save and
   it just changes back. Any ideas on how to troubleshoot
 * [https://wordpress.org/plugins/manual-image-crop/](https://wordpress.org/plugins/manual-image-crop/)

Viewing 1 replies (of 1 total)

 *  [Rumores](https://wordpress.org/support/users/rumores/)
 * (@rumores)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mic-custom-settings-not-saving/#post-6156501)
 * Hello,
    I encounter the same issue here.
 * The MIC settings don’t seem to be saved but after a quick lookup it appears they
   actually are. The problem is that saved settings are not properly caught and 
   returned to MIC option page fields, therefore the default settings are displayed.
 * In my case, I located the problem in _“lib/ManualImageCropSettingsPage.php”_ 
   on line 151 where _“$sizesSettings”_ var get a boolean value.
 * Here’s my temp fix:
 * **Replace:**
    `$sizesSettings = self::getSettings() || array();`
 * **By:**
    `$sizesSettings = self::getSettings();`
 * Hope it helps!

Viewing 1 replies (of 1 total)

The topic ‘MIC Custom Settings Not Saving’ is closed to new replies.

 * ![](https://ps.w.org/manual-image-crop/assets/icon-256x256.png?rev=3348923)
 * [Manual Image Crop](https://wordpress.org/plugins/manual-image-crop/)
 * [Support Threads](https://wordpress.org/support/plugin/manual-image-crop/)
 * [Active Topics](https://wordpress.org/support/plugin/manual-image-crop/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/manual-image-crop/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/manual-image-crop/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Rumores](https://wordpress.org/support/users/rumores/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/mic-custom-settings-not-saving/#post-6156501)
 * Status: not resolved