Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello Nick,
Thanks for reaching out.
I'm not able to reproduce the issue on my site when enabling the option
hide_from_frontfor subfields in a cloneable group field and submitting a user profile form. Could you please create a new field group with some sample fields and try to reproduce the issue?
Let me know steps you take on your site.December 1, 2025 at 11:01 PM in reply to: Migration Error/Stuck on Field Groups, with warning: Undefined array key "id" #49443Peter
ModeratorHello Michael,
Thanks for reaching out.
Do you see the folder
mb-jsonin your theme/child theme folder? If so, please try to delete it and continue migrating data to Meta Box again.Let me know how it goes.
Peter
ModeratorHello François,
Thanks for reaching out.
I understand that there are 2 issues in your screen record:
1. You update the field group ID and Meta Box creates a new local JSON file under the
mb-jsonfolder.
2. You disable the field group but the fields still display on the editing page.Both of them are expected and work as they are. If you change the field group ID, Meta Box will create a new JSON file based on the new ID. The JSON file will be deleted if you delete the field group with UI. Otherwise, you need to delete the JSON file in the folder
mb-jsonmanually.Second thing, there is a note in the documentation https://docs.metabox.io/local-json/#syncing-changes
Syncing from JSON to the database has only one purpose: to edit fields visually, and then sync back to JSON files (or export to JSON file to save somewhere else). Meta Box will NOT load fields from the database (to avoid making unnessary queries), and use JSON files only.That means Meta Box will load fields from JSON files, not from the UI field group in this case.
December 1, 2025 at 10:36 PM in reply to: ✅Something wrong with the connection to metabox.io. Please try again later. #49441Peter
ModeratorHello,
Can you please share the whole screen when you are on the Extensions page on site B?
November 28, 2025 at 10:50 PM in reply to: ✅Something wrong with the connection to metabox.io. Please try again later. #49434Peter
ModeratorHello Yves,
Thanks for reaching out.
I'm not sure what's wrong on the License page on your site, but you can use the workaround by adding the code below to the file wp-config.php to activate license key by code
https://docs.metabox.io/updates/#can-i-define-the-license-key-via-a-constant-in-wp-configphpdefine( 'META_BOX_KEY', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ123456' ); // Your Meta Box license key.Then you can try with UI option later.
November 27, 2025 at 11:08 PM in reply to: SubmissionForm error Undefined array key "post_fields" #49428Peter
ModeratorHello Emma,
This issue has been escalated to the development team and we are working on it. It will be included in the next update of Meta Box plugins.
Thanks for your patience.
Peter
ModeratorHello Kevin,
Thanks for reaching out.
Can you please print out the value from this code
get_post_meta( $nom_etude, 'liste_medicaments', true ) ?: []? I want to check if it has the correct structure as the field settings.November 27, 2025 at 8:55 PM in reply to: Importing JSON with Group breaks/removes Query ARGS #49426Peter
ModeratorHello Thomas,
Thanks for reaching out.
I can reproduce the issue on my demo site and I've escalated the issue to the development team to fix it soon.
In the meantime, you can delete the query args, save the field group and add the query args to the post field again.November 26, 2025 at 11:57 PM in reply to: Cloneable group on settings page returns stale data — direct SQL correct #49421Peter
ModeratorHello,
The strange thing is that only one specific group has the issue. Could you please export the settings page and all related field groups to JSON files and share them with me?
Following the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--importThanks.
November 26, 2025 at 10:30 PM in reply to: ✅Meta Box AIO Builder crash with "Something went wrong" on large field groups #49417Peter
ModeratorHello Siki,
I import your field group to my site but don't see that issue, screenshot https://imgur.com/6Pax2UX
Can you please share your site admin account so I can take a closer look? You can submit this contact form to share the info https://metabox.io/my-account/
November 26, 2025 at 10:14 PM in reply to: Unable to save due to email field is set to required #49416Peter
ModeratorHello Tom,
Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.November 25, 2025 at 10:00 PM in reply to: ✅Meta Box AIO Builder crash with "Something went wrong" on large field groups #49410Peter
ModeratorHello Siki,
Thanks for reaching out.
Can you please export the field group to a JSON file and share it here? I will import it to my site and check the issue. Following the documentation
https://docs.metabox.io/extensions/meta-box-builder/#export--importOr you can try to export field group, delete and re-import it to see if it helps.
Peter
ModeratorThe new version 5.10.19 of Meta Box plugin is available on WordPress.org.
Thanks.
Peter
ModeratorHello Guido,
Please update Meta Box plugin to the new version 5.10.19 or Meta Box AIO 3.3.4 to fix that issue.
Thank you.
Peter
ModeratorHello,
I don't see any issue with the search feature after importing FAQ CPT to my site. Maybe the search query is affected by a third-party plugin or a custom code somewhere else.
You can try to deactivate all plugins except Meta Box plugins, switch to a WordPress theme and recheck the issue.
-
AuthorPosts