SELECT * FROM categories WHERE cat_ID = ‘1’ LIMIT 1
-
Hi,
Just installed a new wordpress blog onto my Mac (localhost) and at the top of every page I get:
WordPress database error: [Unknown column ‘cat_ID’ in ‘where clause’]
SELECT * FROM categories WHERE cat_ID = ‘1’ LIMIT 1and on the side bar:
#
CategoriesWordPress database error: [Unknown column ‘cat_ID’ in ‘field list’]
SELECT cat_ID, cat_name, category_nicename, category_description, category_parent, category_count FROM categories WHERE cat_ID > 0 ORDER BY cat_name ascWarning: Invalid argument supplied for foreach() in /Users/lukefreeman/Documents/freemanconsulting/webserver/wp-includes/template-functions-category.php on line 321
* No categoriesAny ideas?
- The topic ‘SELECT * FROM categories WHERE cat_ID = ‘1’ LIMIT 1’ is closed to new replies.