Closed (fixed)
Project:
IMCE
Version:
6.x-2.1
Component:
Miscellaneous
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2011 at 12:23 UTC
Updated:
28 Mar 2011 at 07:31 UTC
Hi all,
Today I've upgraded my imce version to 6.x-2.1 and then run my update.php.
i got error:
user warning: Table 'imce_files' already exists query: CREATE TABLE imce_files ( `fid` INT unsigned NOT NULL DEFAULT 0, PRIMARY KEY (fid) ) /*!40100 DEFAULT CHARACTER SET utf8 */ in .. includes\database.inc on line 551.
and then:
The following queries were executed
imce module
Update #6200
* No queries
Update #6201
* Failed: CREATE TABLE {imce_files} ( `fid` INT unsigned NOT NULL DEFAULT 0, PRIMARY KEY (fid) ) /*!40100 DEFAULT CHARACTER SET utf8 */
I'll be glad if you take a look at this.
thankfully,
Naiya
Comments
Comment #1
ufku commentedNo problem if you already have the imce_files table.
Dev branch now checks existence of the table.
Comment #2
ufku commentedComment #3
Naiya commentedThanks.