• Resolved mmagnani

    (@mmagnani)


    Hello!

    Great plugin! Congratulations!

    I had a small glitch in my installation and my problem was corrected after deleting all options, reinstalling plugin and setting a minimum custom options.

    While tracing the issue, I found that the (big) value in “mw_adminimize” entry in wp_options table cannot be unserialized. I had consistent results with different tools, before and after changing options, with a production and a fresh WordPress installation.

    Is that expected or somehow meaningful?

    Thanks!

    https://www.ads-software.com/plugins/adminimize/

Viewing 1 replies (of 1 total)
  • Plugin Author Frank Bueltge

    (@bueltge)

    The serialization is created by WP core functions. If you use the get_option() you should get a array with all option items and his values. The serialization is a part of set_option() and associated functions.

Viewing 1 replies (of 1 total)
  • The topic ‘Corrupted serialized options in DB?’ is closed to new replies.