• Resolved thegrid22593

    (@thegrid22593)


    I am unable to delete a post type after creating it after upgrading to WordPress 4.4

    I select the post type I want to delete then I say delete and it says please provide a post type to delete.

    I am also getting an error under the add section for the post type.

    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,1) ORDER BY meta_id ASC

    Does anyone know why this is happening?

    Thanks!

    https://wordpress.org/plugins/custom-post-type-ui/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    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.

    Thread Starter thegrid22593

    (@thegrid22593)

    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

    Thread Starter thegrid22593

    (@thegrid22593)

    I am running http://nouveauframework.org/ so it might have something to do with that.

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    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.

    Thread Starter thegrid22593

    (@thegrid22593)

    I understand!

    Thanks Michael I’ll keep digging around!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Issue Upgrading to 4.4’ is closed to new replies.