I have been trying to get this SQL patch installed correctly but I keep running in to this syntax error...any insights.
1064 You have an error in your SQL syntax near 'ON DUPLICATE KEY UPDATE configuration_key = configuration_key' at line 1
in:
[INSERT INTO wcs_configuration VALUES ('', 'Activate and Select Product Group for Field No 1', 'PRODUCTS_GROUP_PC_CONFIGURATOR_1', 'off', '
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
', 9453, 1, now(), now(), NULL, 'zen_cfg_select_drop_down(array (array(''id''=>''off'', ''text''=>''off''), array(''id''=>''Computer Case'', ''text''=>''Computer Case''), array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''), array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''), array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''), array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''), array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''), array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''), array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''), array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''), array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''), array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''), array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''), array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''), array(''id''=>''Keyboard'', ''text''=>''Keyboard''), array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''), array(''id''=>''Mouse'', ''text''=>''Mouse''), array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''), array(''id''=>''Sound Card'', ''text''=>''Sound Card''), array(''id''=>''Speakers'', ''text''=>''Speakers''), array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''), array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''), array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''), array(''id''=>''Operating System'', ''text''=>''Operating System''), array(''id''=>''Power Supply'', ''text''=>''Power Supply''), array(''id''=>''Printer'', ''text''=>''Printer''), array(''id''=>''Scanner'', ''text''=>''Scanner''), array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''), array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),') ON DUPLICATE KEY UPDATE configuration_key = configuration_key;]
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.


Reply With Quote

