• Resolved Benedikt Ledl

    (@benniledl)


    Hello,

    I’ve had a problem with your plugin, I think it has to do with my object cache setup.

    In /counter-number-showcase/templates/content.php you are using unserialize() twice, I switched it to maybe_unseriazile and then it started working again.

    Could you add this fix to core? maybe_unserialize is a core function and would solve this problem when a object cache plugin already unserialized the meta field.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Praveen

    (@praveenmalav09)

    Hi @benniledl,

    You can use it individually but we can’t change this because none of the users got the issue with it. We use serialize, one for settings and one for content.

    Thanks

    Thread Starter Benedikt Ledl

    (@benniledl)

    It would not affect your existing userbase but only make your plugin compatible with object caching.

    Please consider sharing this with one of the devs.

    Praveen

    (@praveenmalav09)

    Hi @benniledl,

    We’ll add this in the next update after testing.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Use maybe_unserialize’ is closed to new replies.