installation of video module.

i am unable to install videos module.

i am getting this error .....

can anyone tell me how to fix this please ??

 

Installation of: Videos Failed

-- Changing database: 
-- -- There are errors in the following MySQL queries:
-- -- Error: Duplicate entry 'bx_videos_uploader_switcher' for key 1
INSERT INTO `sys_options` (`Name`, `VALUE`, `kateg`, `desc`, `Type`, `check`, `err_text`, `order_in_kateg`, `AvailableValues`)  VALUES('bx_videos_activation', 'on', @iKatID, 'Enable auto-activation for files', 'checkbox', '', '', 1, ''),('category_auto_app_bx_videos', 'on', @iKatID, 'Autoapprove categories of files', 'checkbox', '', '', 2, ''),('bx_videos_allowed_exts', 'avi flv mpg wmv mp4 m4v mov divx xvid', @iKatID, 'Allowed extensions', 'digit', '', '', 3, ''),('bx_videos_profile_album_name', '{nickname}''s videos', @iKatID, 'Default profile album name', 'digit', '', '', 4, ''),('bx_videos_mode_index', 'last', @iKatID, 'Show files on index page
(if enabled in the template)', 'select', '', '', 10, 'last,top'),('bx_videos_number_all', '12', @iKatID, 'How many files show on browse page', 'digit', '', '', 20, ''),('bx_videos_number_index', '8', @iKatID, 'How many files show on index page', 'digit', '', '', 21, ''),('bx_videos_number_top', '4', @iKatID, 'How many files show on featured, top and similar sections', 'digit', '', '', 22, ''),('bx_videos_number_user', '4', @iKatID, 'Number of latest files by user', 'digit', '', '', 23, ''),('bx_videos_number_related', '4', @iKatID, 'Number of related files by user', 'digit', '', '', 24, ''),('bx_videos_number_previous_rated', '4', @iKatID, 'Number of previous rated files', 'digit', '', '', 25, ''),('bx_videos_number_browse', '8', @iKatID, 'How many files show on home page', 'digit', '', '', 26, ''),('bx_videos_number_albums_browse', '8', @iKatID, 'How many albums show on browse album page', 'digit', '', '', 27, ''),('bx_videos_number_albums_home', '4', @iKatID, 'How many albums show on home page', 'digit', '', '', 28, ''),('bx_videos_file_width', '600', @iKatID, 'Width of video player (in pixels)', 'digit', '', '', 34, ''),('bx_videos_file_height', '600', @iKatID, 'Height of video player (in pixels)', 'digit', '', '', 35, ''),('bx_videos_browse_width', '140', @iKatID, 'Width of video browse unit (in pixels)', 'digit', '', '', 36, ''),('bx_videos_browse_height', '102', @iKatID, 'Height of video browse unit (in pixels)', 'digit', '', '', 37, ''),('bx_videos_album_slideshow_on', 'on', @iKatID, 'Enable album slideshow', 'checkbox', '', '', 39, ''),('bx_videos_album_slideshow_height', '450', @iKatID, 'Height of album slideshow', 'digit', '', '', 40, ''),('bx_videos_uploader_switcher', 'flash,regular,record,embed', @iKatID, 'Available uploaders', 'list', '', '', 41, 'flash,regular,record,embed');
Regards........ M.Chauhan U.K.
Quote · 15 Sep 2010

Error says the entry it's trying to insert already exists in the database. This indicates it has been installed in the past and removal did not complete properly.

The entry will have to be manually removed from the database before you can try the install again. But if this was caused by a failed removal of a previous install, this might not be the only one.

DELETE FROM `sys_options` WHERE `Name`='bx_videos_uploader_switcher';

https://www.deanbassett.com
Quote · 15 Sep 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.