Title: Can&#8217;t save options
Last modified: February 11, 2019

---

# Can’t save options

 *  Resolved [jpmerchan](https://wordpress.org/support/users/jpmerchan/)
 * (@jpmerchan)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/cant-save-options-5/)
 * Hi,
 * the plugin configuration reseted and actually can’t save options. Any change 
   i want to apply, it says ‘options saved’ but when refresh the configuration has
   not changed.
 * Can’t tell if this happened since the last updated, as it used to work before
   but i have tried to roll back to 2.7.1 but still doesn’t work.

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

 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/cant-save-options-5/#post-11194720)
 * Hi [@jpmerchan](https://wordpress.org/support/users/jpmerchan/),
 * Can you open the javascript console before saving the settings, and after that
   try to save the settings to see if any error message shows up?
 * Also if possible deactivate all plugins except WP Mobile Menu and try to save
   the settings so we can understand if it’s a plugin conflict or not.
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/cant-save-options-5/#post-11235633)
 * Will close the topic for now.
    Let me know if you need further help with this.
 *  [joe](https://wordpress.org/support/users/joevistatech/)
 * (@joevistatech)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/cant-save-options-5/#post-11288022)
 * I had the same issue.. Any changes to the Mobile Menu settings would not save.
   For my case, narrowed it down to the database. In **wp_options**, **after deleting“
   mobmenu options”** here, the plugin was then able to save any new changes made.–
   to get here, had to rule everything else out (e.g. #1 reactivated, #2 delete/
   install, #3 delete all plugins, #4 add plugins one-by-one; check if mobile menu
   plugin saved or not after installing/activating each plugin, #5 reinstall theme,#
   6 test previous wordpress versions)
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/cant-save-options-5/#post-11291400)
 * [@joevistatech](https://wordpress.org/support/users/joevistatech/) Thanks for
   your input.
    Still can’t understand the potential reason, maybe some lock at 
   the database level.
 * Are you using the latest 2.7.3 version?
    Thanks
 *  [joe](https://wordpress.org/support/users/joevistatech/)
 * (@joevistatech)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/cant-save-options-5/#post-11291444)
 * For me, it was a lock at the db level. Ruled out almost everything else, before
   finding this. MAMP helped with testing; in order to narrow down the issue. For
   a little background, this happened after I had moved the site and its database
   to another account (from “self-hosted” to HostGator).
 * I am using the latest 2.7.3 version. Like [@jpmerchan](https://wordpress.org/support/users/jpmerchan/)
   above, I had upgraded recently to 2.7.3. But, I did not test anything right before
   the upgrade to see if it was already having the issue, nor did I test right after
   migrating. ¯\_(ツ)_/¯
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/cant-save-options-5/#post-11298051)
 * [@joevistatech](https://wordpress.org/support/users/joevistatech/)
    thanks for
   the additional info, It’s very difficult to replicate that. I think it’s the 
   3 reported situations in more than 50k installs, I will keep an eye how that.
 *  [joe](https://wordpress.org/support/users/joevistatech/)
 * (@joevistatech)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/cant-save-options-5/#post-11299701)
 * I agree! If it helps: the problem didn’t seem to side with other plugins conflicting.
   Doing a local test instance did show that an earlier version of WP (tried 4.7
   and 4.9) fixed the ‘cannot save changes’ issue.
    So it may have had to do with
   updating to the latest WP release –something didn’t align right. For the “live”
   site (where my original issue was), it was only after deleting the wp_options
   > “mobmenu” options in the db, did the Mobile Menu plugin keep track of saves.
   I’ll keep you updated back here if this reoccurs –next time, checking functionality
   before updating WP or the plugin, which will hopefully give better insight
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/cant-save-options-5/#post-11303903)
 * Thanks again for the additional feedback.
 *  [joe](https://wordpress.org/support/users/joevistatech/)
 * (@joevistatech)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/cant-save-options-5/#post-11344643)
 * [@takanakui](https://wordpress.org/support/users/takanakui/) So, I said I’d update
   you..
    I moved this project from a subdirectory within my /public_html (or /www)
   to the _parent-level_ of the file structure. Basically, this was a website redesign
   project (we’ll name it “new”) held in `example.com/new`. I moved the site files
   of `example.com/new` to `example.com` (the /public_html directory) –removing 
   the original site files contained in /public_html.
 * I hope the above makes sense!
 * After this move, the mobile menu plugin had stopped saving changes I made within
   the plugin. As well, the mobile menu settings reverted to default (same thing
   happened before). Luckily, I knew what to do: delete `mobmenu_options` from `
   wp_options` in the database. The plugin was then able to save my changes.
 * I’m still novice at all of this, but my thought is that the mobile menu plugin
   loses its Update (PUT) ability/permissions to `mobmenu_options`. Furthermore,
   it reverts the `mobmenu_options` to default, if the permalink (or URL, etc) is
   changed.
 *  [WABetaInfo](https://wordpress.org/support/users/wabetainfo/)
 * (@wabetainfo)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/cant-save-options-5/#post-11350727)
 * Hi [@takanakui](https://wordpress.org/support/users/takanakui/),
    Unfortunately
   I have the same issue. After disabling the plugin in order to debug some other
   issues, I’ve enabled it again and everything was reverted to defaults. I tried
   to change settings but nothing works, it seems like the plugin has no longer 
   permissions to save changes in the database. I’ve also tried to remove `mobmenu_options`
   from the database, as recommended by [@joevistatech](https://wordpress.org/support/users/joevistatech/),
   to see if the plugin was able to save changes, but no luck. When I tap “Save 
   Changes” or “Reset to defaults”, nothing is added or changed in the `wp-options`
   table of the database. As [@joevistatech](https://wordpress.org/support/users/joevistatech/)
   said, I really think the issue started after updating to WordPress 5.0+. Everything
   worked well on 4.9.
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/cant-save-options-5/#post-11352540)
 * Hi [@wabetainfo](https://wordpress.org/support/users/wabetainfo/) and [@joevistatech](https://wordpress.org/support/users/joevistatech/)
 * Can you guys try to go to the following URL but first replace it with your correct
   URL.
 * [https://www.yoursite.com/wp-admin/?page=freemius](https://www.yoursite.com/wp-admin/?page=freemius)
 * After that hit the Delete Accounts, to see if the problem is caused by any of
   the paths that are stored.
 * Here is a screenshot with an example:
    [https://cl.ly/dbda00c4be5e](https://cl.ly/dbda00c4be5e)
 *  [WABetaInfo](https://wordpress.org/support/users/wabetainfo/)
 * (@wabetainfo)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/cant-save-options-5/#post-11352562)
 * Hi [@takanakui](https://wordpress.org/support/users/takanakui/), thanks for your
   interest.
    I followed what you asked us to try: After tapping “Delete All Accounts”,
   I tried to modify settings of mobile menu, but unfortunately there is still the
   same issue. I’ve also tried to disactivate the plugin, tapping “Delete All Accounts”,
   enabling the plugin to see if it worked, but it didn’t help.
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/cant-save-options-5/#post-11358103)
 * [@wabetainfo](https://wordpress.org/support/users/wabetainfo/)
    Need to ask something
   in private.
 * Can you send me an email to [support AT wpmobilemenu DOT com]
 * Thanks

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

The topic ‘Can’t save options’ is closed to new replies.

 * ![](https://ps.w.org/mobile-menu/assets/icon-128x128.png?rev=1890426)
 * [WP Mobile Menu - The Mobile-Friendly Responsive Menu](https://wordpress.org/plugins/mobile-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mobile-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mobile-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/mobile-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mobile-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mobile-menu/reviews/)

 * 13 replies
 * 4 participants
 * Last reply from: [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/cant-save-options-5/#post-11358103)
 * Status: resolved