Closed (fixed)
Project:
Taxonomy Menu
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2009 at 20:54 UTC
Updated:
7 Apr 2009 at 12:40 UTC
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
Comment #1
indytechcook commentedI'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.
Comment #2
indytechcook commentedskizzo, 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 :)
Comment #3
skizzo commentedNo, no more issues.
Let's forget about it.
Thank you
Comment #4
indytechcook commented