Database error: inserting category values
-
Is this the place to post bugs?
I think this is a bug. Comes out when I create a subcategory with the same name as a mother category. For example:
I have a mother category called Poetry
I created a subcategory under My Readings called Poetry.
Seems that it tries to insert the value in the same location with the mother category called Poetry.
I’m not sure though, here is the error log:
Database error: [Duplicate entry ‘Poetry’ for key 2]
INSERT INTO wp_categories (cat_ID, cat_name, category_nicename, category_description, category_parent) VALUES (‘0’, ‘Poetry’, ‘poetry’, ”, ‘7’)
Warning: Cannot modify header information – headers already sent by (output started at /home/premrara/public_html/wp-includes/wp-db.php:80) in /home/premrara/public_html/wp-admin/categories.php on line 56
- The topic ‘Database error: inserting category values’ is closed to new replies.