I’m getting this same error.
Has anyone fixed this yet. I first got this error a week ago, since then i’ve reinstalled everything.
It seems to only start after installing wp-commerce and WPG2 plugins.
Perhaps the automatically generated pages somehow mess up the wp backend???
Any thought on this would be very much appreciated.
just had a quick look at taxonomy.php and the problem lies here:
foreach ($terms as $term) {
if ( !$id = is_term($term, $taxonomy) )
$id = wp_insert_term($term, $taxonomy);
$term_ids[] = $id['term_id'];
$id = $id['term_taxonomy_id'];
$tt_ids[] = $id;
but i have no idea why the terms woud be messed up??