Forums

[resolved] Invalid taxonomy error (8 posts)

  1. techgeekandmore
    Member
    Posted 7 months ago #

    I updated to Beta 3.3 and discovered that the link categories would not allow for any new categories to be created. It would go thru the motion, but would not show up.

    So I updated to the latest nightly build and now I get "Invalid taxonomy" when I try and access Link Categories. Anyone have any ideas?

    Thanks
    Alex

  2. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 7 months ago #

  3. techgeekandmore
    Member
    Posted 7 months ago #

    Just received a "patch" download I assume is to correct issue. I just dont know how to install a patch in WP

    Help

  4. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 7 months ago #

  5. techgeekandmore
    Member
    Posted 7 months ago #

    ok Thank you
    Any ETA idea on when it would be picked up by core?

  6. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 7 months ago #

    Probably soon :)

    You could also edit the file wp-includes/taxonomy.php directly.

    Go to line 78 and change it: http://core.trac.wordpress.org/attachment/ticket/18983/18983.patch

  7. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 7 months ago #

    Fixed in SVN/Trunk :)

  8. riddle.J
    Member
    Posted 3 months ago #

    3.3.1 was installed.
    you were given to help.. wp-includes/taxonomy.php
    'query_var' => false,
    76 76 'rewrite' => false,
    77 77 'public' => false,
    78 'show_ui' => false,
    78 'show_ui' => true,
    79 79 '_builtin' => true,
    80 80 ) );

    but Category doesn't apply still.
    please help me~

Reply

You must log in to post.

About this Topic