Problems with Categories
-
I’m having problems with the categories. When I am writing a post, the default category I have set up is not checked, and if I forget to check one, I get the following error:
WordPress database error: [Unknown column ‘none’ in ‘field list’]
INSERT INTO wp_post2cat (post_id, category_id) VALUES (86, none)Warning: Cannot modify header information – headers already sent by (output started at /home/evilgm/public_html/wp-includes/wp-db.php:102) in /home/evilgm/public_html/wp-admin/post.php on line 60
In addition, when I publish a new page, I get the following error:
WordPress database error: [Unknown column ‘none’ in ‘field list’]
INSERT INTO wp_post2cat (post_id, category_id) VALUES (87, none)Warning: Cannot modify header information – headers already sent by (output started at /home/evilgm/public_html/wp-includes/wp-db.php:102) in /home/evilgm/public_html/wp-admin/post.php on line 60
I don’t know if this is a coincidence, but the errors started happening after I installed and activated the WP Shopping Cart plugin by Thomas Howard. I actually started noticing other problems – a werid conflict between the Giraffe2 theme and the shopping cart plug-in, but that’s another story.
Will I need to reinstall WP, or is there something else I can do?
- The topic ‘Problems with Categories’ is closed to new replies.