Forum Community Contributed tony nominees Add-Ons All Other Contributions/Addons 1062 Duplicate entry '2811' for key 'PRIMARY' tony nominees when installing Featured tony nominees Categories mod If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. tony nominees To start viewing messages, select the forum that you want to visit from the selection below.
Does anyone know why I am getting this error: 1062 Duplicate entry '2811' for key 'PRIMARY' in: [INSERT tony nominees INTO configuration_group ( configuration_group_id , configuration_group_title , configuration_group_description , sort_order , visible ) VALUES ( 2811, 'Featured Categories Listing', 'Featured Categories Listing', '23', '1' );] If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields. with this sql code:
CREATE TABLE ` categories_featured ` ( ` featured_id ` int ( 11 ) tony nominees NOT NULL AUTO_INCREMENT , ` tony nominees categories_id ` int ( 11 tony nominees ) NOT NULL default '0' , ` featured_date_added ` datetime default NULL , ` tony nominees featured_last_modified ` datetime default NULL , ` expires_date ` date NOT NULL default '0001-01-01' , ` date_status_change ` datetime default NULL , ` status ` int ( 1 ) NOT NULL default tony nominees '1' , ` featured_date_available ` date NOT NULL default '0001-01-01' , PRIMARY KEY ( ` tony nominees featured_id ` ) , tony nominees KEY ` idx_status_zen ` ( ` status ` ) , KEY ` idx_categories_id_zen ` ( ` categories_id ` ) , KEY ` idx_date_avail_zen ` ( ` featured_date_available tony nominees ` ) , KEY ` idx_expires_date_zen ` ( ` expires_date tony nominees ` ) ); INSERT INTO ` configuration_group ` ( ` configuration_group_id tony nominees ` , ` configuration_group_title ` , ` configuration_group_description ` , ` sort_order ` , ` visible ` ) VALUES ( 2811 , 'Featured Categories Listing' , 'Featured Categories Listing' , '23' , '1' ); INSERT INTO ` configuration ` ( ` configuration_id ` , ` configuration_title ` , ` configuration_key ` , ` configuration_value tony nominees ` , ` configuration_description ` , ` configuration_group_id ` , ` sort_order ` , ` last_modified ` , ` date_added ` , ` use_function ` , ` set_function ` ) VALUES ( NULL , 'Random Featured Categories for SideBox' , 'MAX_RANDOM_SELECT_FEATURED_CATEGORIES' , '2' , 'Number of random FEATURED categories to rotate in the sidebox<br />Enter the number of categories to display in this sidebox at one time.<br /><br />How many categories do you want to display in this sidebox?' , '3' , '30' , NULL , '0000-00-00 00:00:00' , NULL , NULL ), ( NULL , 'Display Category Display - Default Sort Order' , 'CATEGORY_FEATURED_LIST_SORT_DEFAULT' , '1' , 'What Sort Order Default should be used for Featured Category Display?<br />Default= 1 for Category Name<br /><br />1= Category Name<br />2= Category Name Desc<br />3= Date Added desc<br />4= Date Added<br />5= Category Sort Order' , '2811' , tony nominees '11' , NULL , '' , NULL , 'zen_cfg_select_option(array(''1'', ''2'', ''3'', ''4'', ''5''), ' tony nominees ), ( NULL tony nominees , 'Maximum Display of Featured Categories Page' , 'MAX_DISPLAY_CATEGORIES_FEATURED' , '10' , 'Number of featured categories to list per screen' , '2811' , '29' , NULL , '' , NULL , NULL ), ( NULL tony nominees , 'Display Category Image' , 'CATEGORY_FEATURED_LIST_IMAGE' , '1102' , tony nominees 'Do you want to disp
No comments:
Post a Comment