Corruptet File MB field Group ID gets up to 32mb on a Multisite

Support General Corruptet File MB field Group ID gets up to 32mb on a Multisite

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #48242
    Timo WesselsTimo Wessels
    Participant

    So today my site crashed while just saving a custom field group so if i oopened up the jsnon.

    This part "fields_translations": "\"\\\"\\\\\\\"\\\\\\\\\\\\\\\ stated Show more 32mb, so i guess there is some issue with the new field translations. Just happen only with this custom field id because i did not worket on the oners ones

    #48243
    Timo WesselsTimo Wessels
    Participant

    Understanding the Issue
    The fields_translations setting in MetaBox is designed to make fields translatable with WPML, but in some cases, it can cause:

    Recursive serialization of data (data getting wrapped in itself multiple times)
    Exponential growth of serialized strings
    Memory limit exhaustion during save operations

    The backslash (\) in your configuration ("\\\) indicates an escaping issue that might be corrupting the serialized data structure.

    #48249
    PeterPeter
    Moderator

    Hello Timo,

    Thank you for your feedback.

    It looks like the issue reported here https://www.facebook.com/groups/metaboxusers/posts/1739757346641902/
    The development team is aware of this issue and we will fix that in future updates.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.