Hrm. Hard to say. I’ve got my localhost setup on 4.4 and am not experiencing any of those issues. I’m still able to delete as necessary after adding, etc.
The database error looks like somehow some new tables weren’t successfully created during the upgrade process. Taxonomy term meta is a new feature in 4.4, but CPTUI doesn’t have anything going on related to it.
Curious if some of the other issues are somehow messing with the query string.
Weird… when I try to create a post within a post type I get the following errors.
WordPress database error: [Table ‘db209288_wp_spinoc.wp_termmeta’ doesn’t exist]
SELECT term_id, meta_key, meta_value FROM wp_termmeta WHERE term_id IN (3) ORDER BY meta_id ASC
Warning: Cannot modify header information – headers already sent by (output started at /nfs/c09/h03/mnt/209288/domains/spinoc.org/html/wp-includes/wp-db.php:1355) in /nfs/c09/h03/mnt/209288/domains/spinoc.org/html/wp-admin/post.php on line 197
Warning: Cannot modify header information – headers already sent by (output started at /nfs/c09/h03/mnt/209288/domains/spinoc.org/html/wp-includes/wp-db.php:1355) in /nfs/c09/h03/mnt/209288/domains/spinoc.org/html/wp-includes/pluggable.php on line 1228
I am running http://nouveauframework.org/ so it might have something to do with that.
As much as I wish I could help more, all those errors look unrelated to CPTUI. I’ve always strived to keep the plugin pretty well isolated to its own pages, outside of the init hook that does the actual registration.
I understand!
Thanks Michael I’ll keep digging around!