1
Hello,
i tried to install flowplayer 1.16 to my xoops web site. INstalliation was successfull but when i try to reach ......./modules/flowplayer/admin/index.php?op=dashboard, the traditional error "blank page" appears.
I tried to update the module and i got these errors:
Error Number: 1050 - SQL Did Not Executed! (Table 'xe1c_flowplayer_mimetypes' already exists!!!)
CREATE TABLE `xe1c_flowplayer_mimetypes` ( `mid` int(10) unsigned NOT NULL AUTO_INCREMENT, `support` enum('_MI_FLOWPLAYER_FLASH', '_MI_FLOWPLAYER_HTML5', '_MI_FLOWPLAYER_HTTP', '_MI_FLOWPLAYER_IOS', '_MI_FLOWPLAYER_RTMP', '_MI_FLOWPLAYER_RTSP', '_MI_FLOWPLAYER_SILVERLIGHT', '_MI_FLOWPLAYER_OTHER') DEFAULT '_MI_FLOWPLAYER_FLASH', `name` varchar(128) DEFAULT '', `mimetype` varchar(128) DEFAULT '', `codecs` varchar(500) DEFAULT '', `default` int(1) DEFAULT '0', `created` int(13) DEFAULT '0', `updated` int(13) DEFAULT '0', PRIMARY KEY (`mid`)) ENGINE=InnoDB DEFAULT CHARSET=utf8
Error Number: 1060 - SQL Did Not Executed! (Duplicate column name 'mid'!!!)
ALTER TABLE `xe1c_flowplayer_player` ADD COLUMN `mid` INT(10) UNSIGNED DEFAULT '0'
SQL Executed Successfully!!!
ALTER TABLE `xe1c_flowplayer_mimetypes` CHANGE COLUMN `support` `support` enum('_MI_FLOWPLAYER_FLASH', '_MI_FLOWPLAYER_HTML5', '_MI_FLOWPLAYER_HTTP', '_MI_FLOWPLAYER_IOS', '_MI_FLOWPLAYER_RTMP', '_MI_FLOWPLAYER_RTSP', '_MI_FLOWPLAYER_SILVERLIGHT', '_MI_FLOWPLAYER_OTHER') DEFAULT '_MI_FLOWPLAYER_FLASH'
my xoops version is 2.5.0. And i downloaded the module from wishcraft's sourgeforge account.
What's the solution of that, do you think ?