I've got nine sites set up on Worpdress MU. I'm really just using it as a content management system for nine sites.
Now when I add a category I'm getting errors like:
WordPress database error: [Duplicate entry '62' for key 1]
UPDATE wp_9_categories SET cat_ID = '62' WHERE cat_id = '3841'
62 Electronic Keyboards 0 0 EditDelete ]]>Electronic Keyboards added]]>
What I see is that wp_sitecategories has the category id of 62, where the wp_9_categories has the category id as 3841. I'm thinking that this is caused by my use of bulk-category-manager.
I'm guessing that I need to have the same number of categories in wp_sitecategories as there is across all nine blogs?
Any suggestions on how to fix this?