Meta Box
Support Forum
Support › MB Admin Columns › Recoverable fatal error: Object of class WP_Error
If the admin column field is empty/not filled out, the post list throws an error:
Recoverable fatal error: Object of class WP_Error and the post list stops loading at that post.
this is on a regular taxonomy select tree field.
Hi there,
Can you give me the code you use to register meta box?
https://pastebin.com/hHxvh26L
the metabox: 'id' => $prefix . 'sections',
i commented out the admin column because it was throwing the error.
I havent tested with the other taxonomy metaboxes registered.
I tested but it works. I guess problem is meta box can't get taxonomies. Can you give me the code you use to register taxonomies?
Here is a screenshot.. the error occurs on a post that doesnt have a taxonomy applied from the metabox... http://imgur.com/a/YKqK8
Here is the code for the taxonomy: https://pastebin.com/HKU4azBW
I fixed your problem. Please update the MB Admin Columns extension.
Thank you very much.
Hey thanks!!! that worked. Appreciate it. Great support!