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

ufku’s picture

Priority: Major » Minor

No problem if you already have the imce_files table.
Dev branch now checks existence of the table.

ufku’s picture

Status: Active » Fixed
Naiya’s picture

Thanks.

Status: Fixed » Closed (fixed)

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