Forum Replies Created
-
AuthorPosts
-
June 22, 2026 at 8:30 PM in reply to: Author not authorized to upload single image to his own post #50079
Peter
ModeratorHello Eddy,
Thanks for reaching out.
The message says that the current user is not allowed to upload files, that means it is a permission issue. You can try to deactivate all plugins except Meta Box, switch to a WordPress theme and see if it helps.
Another thing, you can check if there is a constantALLOW_UNFILTERED_UPLOADSin the file wp-config.php, set it totrueand upload images again.Peter
ModeratorHello Craig,
Thanks for reaching out.
You can re-save permalink settings by going to admin area > Settings > Permalinks > Permalink structure: Post name > Click Save and check the post again.
Peter
ModeratorHello,
Thanks for reaching out and for your feedback.
This issue has been escalated here https://support.metabox.io/topic/critical-error-7/
the development team fixed the issue and it will be included in the next update of Meta Box AIO plugin.Peter
ModeratorHello,
I import the field group "E-Learning Kurse Child" to my demo site, edit a post and save the field "Menu Sortierung" with a test number. The value is saved to the database as well without any issues.
Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.June 12, 2026 at 10:28 PM in reply to: deprecation notices from Meta Box AIO / MB Views Twig on front-end view renderin #50066Peter
ModeratorHello Sheriss,
Thanks for reaching out.
Currently, Meta Box plugins are not fully compatible with the newest PHP version. I will inform the development team to check the deprecation issue and update the code to be compatible with the new PHP version.
Peter
ModeratorHello Klaus,
Thanks for reaching out.
Can you please share a screen record of steps you take on your site to reproduce the issue? Then export the field group to a JSON file and share it with me. I will help you investigate the issue.
June 10, 2026 at 8:44 PM in reply to: Author cannot upload image and attach to his user profile #50062Peter
ModeratorHello Eddy,
I think you shared a wrong screenshot. I suggest sharing the admin account by submitting this contact form https://metabox.io/contact/
I will help you check the issue.
Peter
ModeratorHello,
I import your field group to my demo site, edit the field group but don't see any errors. Screenshot https://imgur.com/UfAtwMZ
Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello Christophe,
Thank you for reaching out.
We already have a plan to integrate Meta Box with WordPress 7.0 AI. It has been added to our development queue and hopefully, it will be available soon.
June 8, 2026 at 11:00 PM in reply to: PHP notice regarding Leaflet CSS files in Metabox (latest version of AIO) #50055Peter
ModeratorHello Shemzone,
Thanks for your feedback.
The issue could happen when using WP 7.0, which adds more checks to the path to register the script files. The code that causes the issue
wp_style_add_data( 'leaflet', 'path', RWMB_JS_URL . 'leaflet/leaflet.css' ); wp_style_add_data( 'leaflet-gesture-handling', 'path', RWMB_JS_URL . 'leaflet/leaflet-gesture-handling.min.css' );in the file wp-content/plugins/meta-box/inc/fields/osm.php. We should pass the correct PATH to the function
wp_style_add_datainstead of using a URL.I've escalated the issue to the development team to fix it in the next update of Meta Box plugin.
June 8, 2026 at 10:36 PM in reply to: Author cannot upload image and attach to his user profile #50054Peter
ModeratorHello Eddy,
Can you please share some screenshots of the issue?
- when editing the field group
- on the page where you check the field groupPeter
ModeratorHello,
Thanks for reaching out.
Can you please share the field group JSON files with me so I can reproduce the issue on my site? Also, please share the steps you take on your site to see the error.
June 6, 2026 at 9:41 AM in reply to: Author cannot upload image and attach to his user profile #50040Peter
ModeratorHello Eddy,
Yes, thanks for your feedback. I will inform the development team to update the shortcode in the Field Groups list to the user profile shortcode in future updates.
Let me know if you have any questions.
June 5, 2026 at 9:04 PM in reply to: Author cannot upload image and attach to his user profile #50036Peter
ModeratorHello Eddy,
Thanks for reaching out.
The shortcode [mb_frontend_form] is used to submit the post (or post type) from the frontend. If you want to allow users to update their profile in the frontend, please use the shortcode [mb_user_profile_info]
Please follow the documentation to get more info https://docs.metabox.io/extensions/mb-user-profile/
Peter
ModeratorHello,
Please share your site admin account and FTP by submitting this contact form https://metabox.io/contact/
I will take a look. Thank you.
-
AuthorPosts