Category error message
-
I’m getting this error message
WordPress database error: [Unknown column ‘link_count’ in ‘where clause’]
SELECT * FROM wp_categories WHERE cat_ID > 0 AND link_count > 0 ORDER BY cat_name ASCHow do I fix this so I can add categories.
I also get this error message when I try to write a post and add a category.
WordPress database error: [Unknown column ‘link_count’ in ‘where clause’]
SELECT cat_ID FROM wp_categories WHERE category_parent = 0 AND ( link_count = 0 OR category_count != 0 OR ( link_count = 0 AND category_count = 0 ) ) ORDER BY category_count DESCHelp!
- The topic ‘Category error message’ is closed to new replies.