Fusion apply összeomlik

haripeti képe

Sziasztok!
Tud valaki esetleg ötletet adni, mitől lehet, hogy a Fusion Accelerator modul telepítése után a következő üzit kapom:

PDOException: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes: CREATE TABLE {fusion_apply_skins} ( `sid` INT unsigned NOT NULL auto_increment COMMENT 'The primary identifier for a skin configuration.', `theme` VARCHAR(128) NOT NULL DEFAULT '' COMMENT 'The theme this configuration applies to.', `module` VARCHAR(128) NOT NULL DEFAULT '' COMMENT 'The module this configuration applies to.', `element` VARCHAR(128) NOT NULL DEFAULT '' COMMENT 'The element this configuration applies to.', `skin` VARCHAR(255) NOT NULL DEFAULT '' COMMENT 'The skin that has been applied.', `options` LONGTEXT NOT NULL COMMENT 'A serialized array containing the skin options that have been applied.', `status` TINYINT NOT NULL DEFAULT 0 COMMENT 'Boolean indicating whether or not this item is enabled.', PRIMARY KEY (`sid`), UNIQUE KEY `theme_module_element_skin` (`theme`(40), `module`(40), `element`(40), `skin`(40)), INDEX `theme` (`theme`), INDEX `module` (`theme`, `module`), INDEX `element` (`theme`, `module`, `element`), INDEX `skin` (`skin`) ) ENGINE = MyISAM DEFAULT CHARACTER SET utf8 COMMENT 'Stores Fusion Apply data.'; Array ( ) db_create_table() fĂźggvĂŠnyben (/USER/elektropress/elektropress_eu/www/domi87/includes/database/database.inc 2686 sor).

A modul csomag lényegében 4 modult tartalmaz, a 3 Apply bármelyikének telepítése ezt adja ki, a 4. önmagában felkúszik rendesen.

Skin-R modul fent volt előtte, levettem.

Drupal 7.8-cal kezdtem, a hiba ott is megvolt, upgrade-eltem 7.9-re, a hiba megmaradt.

Próbáltam Fusion Accelerator alpha-1 és alpha-2 release-zel is.

Bármi ötlet erre?

Melyik modulhoz, modulokhoz kapcsolódik a téma?: 
Drupal verzió: 
szt képe

Itt van egy patch, ez úgy tűnik megoldja: http://drupal.org/node/1325542#comment-5190902

0
0