I'm experiencing an issue with custom post types created using Meta Box on my WordPress site. While the custom post types display correctly on the frontend, I cannot edit them. When attempting to edit, I receive the error message: "You attempted to edit an item that doesn't exist. Perhaps it was deleted?"
Here's a link to the CPT archive page:
https://intcultcom.kr/%EC%84%B1%EA%B3%B5-%EC%82%AC%EB%A1%80/
And here's one of the CPTs:
https://intcultcom.kr/%EC%84%B1%EA%B3%B5-%EC%82%AC%EB%A1%80/%eb%b3%80%ed%98%b8%ec%82%ac-%eb%a7%88%ec%bc%80%ed%8c%85-%ec%84%b1%ea%b3%b5-%ec%82%ac%eb%a1%80/
Technical Details:
Custom post types were created using Meta Box
Posts are visible and functioning correctly on the frontend
Error occurs only when trying to edit in admin dashboard
Posts have not been deleted (confirmed by frontend visibility)
Troubleshooting Steps Attempted:
I have resaved permalinks a dozen times or more.
I increased max_input_vars to 100000.
Could this be related to a recent plugin update, permalink structure issue, or database problem? Any assistance in resolving this would be greatly appreciated.