Upgrading to 6.x-2.1 I received the following error for Update #6200user warning: Table 'taxonomy_menu' already exists query: CREATE TABLE taxonomy_menu ( `mlid` INT unsigned NOT NULL DEFAULT 0, `tid` INT unsigned NOT NULL DEFAULT 0, `vid` INT unsigned NOT NULL DEFAULT 0, PRIMARY KEY (mlid, tid), INDEX vid (vid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /var/www/drupal/includes/database.inc on line 515.
Please close if that is immaterial.

Comments

indytechcook’s picture

I'll look into it. I can't see it being an issue though. It probably occurred because you had version 6.x-2.0 installed and I added update 6200 to 6.x-2.1. So when you updated, it saw update 6200 for the first time and thought it was new. It shouldn't really effect anything and it won't happen the next time you install the module.

indytechcook’s picture

skizzo, have you had any more issues. This is only an issue with the upgrade from 2.0 to 2.1. I don't want to change because it might occur again on 2.2 :)

skizzo’s picture

No, no more issues.
Let's forget about it.
Thank you

indytechcook’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.