The MU forums have moved to WordPress.org

Link Catagory Errors (8 posts)

  1. JoeMac
    Member
    Posted 18 years ago #

    Ok I have gotten errors when trying to add link catagories:

    Link Categories pg error:

    Quote WordPress database error: [Table 'JoeMac_wordpress.wp_11_linkcategories' doesn't exist]
    SELECT cat_id, cat_name, auto_toggle, show_images, show_description, show_rating, show_updated, sort_order, sort_desc, text_before_link, text_after_link, text_after_all, list_limit FROM wp_11_linkcategories ORDER BY cat_id

    Warning: Invalid argument supplied for foreach() in /hsphere/local/home/joemac/sportsdayblogs.com/wp-inst/wp-admin/link-categories.php on line 306

    Then after you submit it:

    Quote WordPress database error: [Table 'JoeMac_wordpress.wp_11_linkcategories' doesn't exist]
    INSERT INTO wp_11_linkcategories (cat_id, cat_name, auto_toggle, show_images, show_description, show_rating, show_updated, sort_order, sort_desc, text_before_link, text_after_link, text_after_all, list_limit) VALUES ('0', 'Sports', 'N', 'N', 'N', 'N', 'N', 'name', 'N', '

    ', '
    ', '', -1)

    Warning: Cannot modify header information - headers already sent by (output started at /hsphere/local/home/joemac/sportsdayblogs.com/wp-inst/wp-includes/wp-db.php:108) in /hsphere/local/home/joemac/sportsdayblogs.com/wp-inst/wp-admin/link-categories.php on line 78

  2. drmike
    Member
    Posted 18 years ago #

    'JoeMac_wordpress.wp_11_linkcategories' doesn't exist

    That means that the table isn't there for some reason. Have you checked to see if it does?

  3. JoeMac
    Member
    Posted 18 years ago #

    No it doesn't exist. I see this one though:

    wp_11_link2cat

    Could this be it and if so how do I fix it to code correctly?

    Thanks

  4. JoeMac
    Member
    Posted 18 years ago #

    After doing a little more snooping, it is it. How do I fix the coding so it works?

  5. JoeMac
    Member
    Posted 18 years ago #

    Any suggestions or help on this problem?

  6. drmike
    Member
    Posted 18 years ago #

    Well, we know it's missing on this one blog. Is it missing on the others? Have other users tried to add in link categories?

    Which version of the software are you using?

    Have you done any upgrading lately?

  7. mypatricks
    Member
    Posted 18 years ago #

    Please use upgrade.

  8. amanzi
    Member
    Posted 18 years ago #

    The problem is that the latest update has implemented the new categories system where all categories are stored in the same table. So to create a new category for your links, you need to create it under Manage --> Categories.

    The code in the Links page is still referencing the old system and needs to be changed.

About this Topic