• With Threads 1.0b1 active on WordPress 3.6, deleting a tag through the normal WP admin produces an error:

    Could not find post for term “….” in taxonomy “post_tag” in …./wp-content/plugins/threads/lib/cf-tax-post-binding/cf-tax-post-binding.php

    The same error also occurs if Threads is active and the Term Management Tools plugin is used to merge tags. (Deactivating Term Management Tools has no impact on deleting tags.)

    The tags are still deleted/merged, but I have to wonder if there’s any database cleanup that isn’t getting done.

    If I deactivate Threads, deleting or merging tags works fine.

    Thank you,

    http://wordpress.org/plugins/threads/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Alex King

    (@alexkingorg)

    Cannot reproduce – I’m guessing the issue is with the Term Management Tools plugin as it appears to work fine without that plugin.

    Thread Starter kelson

    (@kelson)

    Thanks for taking a look, but I guess I wasn’t clear on the circumstance: If I deactivate Term Management Tools, but leave Threads active, I still get an error when deleting tags.

    If I delete tags one at a time with the delete link, I just get the red generic error warning. If I select several tags and bulk delete them, I get an actual PHP error page listing the full error for each tag I’m deleting.

    Just to be sure, I’ve deactivated every plugin on my site except for Threads, and I still get an error in wp-content/plugins/threads/lib/cf-tax-post-binding/cf-tax-post-binding.php line 454 when I delete tags. If I turn the rest of them back on, and turn Threads off, the error doesn’t fire.

    The same thing happens on another blog on the same system that I didn’t have Threads on before. I installed it, and the errors started appearing on tag deletion – same line, same file.

    In fact, I created a new, empty blog and just installed Threads on it, nothing else, created a few tags and deleted them…and got the same error.

    Warning: Could not find post for term “2” in taxonomy “post_tag” in /home/kvibber/wptest.hyperborea.org/wp-content/plugins/threads/lib/cf-tax-post-binding/cf-tax-post-binding.php on line 454

    FWIW, it’s PHP 5.4.11 through FastCGI on Apache, though the error persists if I switch to PHP 5.3.13. DreamHost, specifically.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Threads breaks tag management in WordPress 3.6’ is closed to new replies.