Having a bit of an issue: After installing, I am able to require the upload however, after creating new (non-file related) options am unable to set values for the new option. Recieve a duplicate entry error.
I created the Upload option first and it's ID is therefore '1'. it appears that any additional names are also given the ID of '1' when attempting to add option values and therefore a duplicate of the first named option (at least that's what it seems to be). Even though the option name is given a unique ID, in the option values it seems to always be '1'.
This is the error that appears:
1062 Duplicate entry '1-1' for key 1
in:
[insert into zen_products_options_values (products_options_values_id, language_id, products_options_values_name, products_options_values_sort_order) values ('1', '1', 'testing', '3')]
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.
Also, no matter what type of option I choose, they all show up as TEXT in the settings for the Attribute Controller.
Any ideas where the problem might lie (operator error or otherwise)?
Thanks


Reply With Quote
