Custom Post Type and Custom Field Type Unaccessible
Support › Meta Box AIO › Custom Post Type and Custom Field Type Unaccessible
- This topic has 7 replies, 2 voices, and was last updated 6 years, 2 months ago by
sean idle.
-
AuthorPosts
-
February 13, 2019 at 2:18 AM #13281
sean idle
ParticipantI was working along and out of nowhere one of my post types (on admin bar) said {{labels.menu_name}}. The post types' posts are still discoverable, but the error is causing an inability to delete/edit post types (so I can't just delete it). I am still able to create new ones though, but all posts within the post types do not show up saying "no your-post-type-here found" for "operational" post types and the broken one says {{labels.not_found}}.
This did seem to occur after I enabled comments on the post type post creation. This error is affecting all operations of metabox because I can't edit my custom fields either. I've been trying to find information as to where metabox keeps its data but have unsuccessful. I have checked my database, de and reactivated the plugin and deleted then reinstalled the plugins. There has also been no plugin changes and has never been any issues in the past.
February 13, 2019 at 1:55 PM #13296Anh Tran
KeymasterHi Sean,
Can you edit the post type again (under Meta Box > Post Types) and make sure all labels are filled?
February 13, 2019 at 4:40 PM #13301sean idle
ParticipantNo, this is isn't possible. I can create a new one but it simply says there is none in that menu. It's a very odd error. I also noticed today that even though I am able to query new posts created with the custom post type (I can create them but I cannot see them in the menu "your_custom_post_type", just like with the post type menu), I am unable to access it from the internet.
February 14, 2019 at 4:07 PM #13327Anh Tran
KeymasterDo you see that post type in the table in the Meta Box > Post Types screen? Looks like that post type is broken and need to be fixed. If you see it, then please export it and send me.
February 14, 2019 at 5:09 PM #13336sean idle
ParticipantSorry I don't think I'm explaining well enough. The entire plugin is broken and I am unable to edit anything due to glitches not allowing me to do so. here are screenshots of how broken it is.
https://drive.google.com/open?id=1RZ79FNdDuhG-CbnRiJigqC2p-_v10P7f
Need this to be fixed ASAP. Like I said above, I've tried many troubleshooting steps and nothing has worked thus far.
Thank you,
SeanFebruary 14, 2019 at 5:17 PM #13337sean idle
Participanthere is the correct link: https://drive.google.com/open?id=16lDr6TAxDHTZkj5jP6wcZWVSSG6X6CBx
February 14, 2019 at 5:25 PM #13339Anh Tran
KeymasterI see, can you please go to some tool like phpMyadmin and update the post type to
mb-post-type
, like in this screenshot: https://i.imgur.com/zzZ5KhL.pngAnd also check for postmeta title, find the rows with
post_id
= your custom post type ID (in my screenshot above, it's 126) and check + fix the meta value: https://i.imgur.com/TCT0OJz.pngSorry for this thing, I'm not sure why that happens. I saw this bug once, but now I can't replicate it :(.
February 14, 2019 at 6:48 PM #13343sean idle
ParticipantFacepalm Thanks! I looked all over for my database and never bothered to try and search by post-type. In your "Database" section of documentation, it'd be a good idea to add that tag somewhere so that people no what they are searching for.
Thanks again!
Sean -
AuthorPosts
- You must be logged in to reply to this topic.