Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter bosspj

    (@bosspj)

    It affect only 2 plugins. Not sure why it happened. But I ended up doing a hack around just to get my project off the ground. But I was able to hunt it down to plugins_url() and then to the apply_filters call within that function.

    It started right after I moved my plugins over to a wordpress 3.5 server. Previously it was all running perfectly on a wordpress 3.4.

    Thread Starter bosspj

    (@bosspj)

    Found the answer to this

    $wpdb->insert($wpdb->term_relationships, array("object_id" => $thisMenuItem, "term_taxonomy_id" => $menuID), array("%d", "%d"));

    Needed to create the relationship in the database directly. Apparently this is done some where in the saving menu process in the admin. Not sure where, but this did fix it for me.

    Thread Starter bosspj

    (@bosspj)

    Going through the code some more, I’ve found out that the term_relationship table is not being updated correctly. It is completely missing all of the nav_menu items that are saving inside of the post table

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