New Zenner
- Join Date:
- Dec 2012
- Posts:
- 12
- Plugin Contributions:
- 0
Setting Value Options i get: WARNING: An Error occurred, please refresh the page and
Whilst trying to set option values under Admin>Catalog>Option Value Manager After clicking the insert button i get 'WARNING: An Error occurred, please refresh the page and try again.' I have viewed my myDEBUG-adm.log which reads as follows
[02-Jan-2013 12:40:30 UTC] PHP Fatal error: 1062: Duplicate entry '1-1' for key 1 :: insert into products_options_values
(products_options_values_id, language_id, products_options_values_name, products_options_values_sort_order)
values ('1',
'1',
'Wrap Around',
'0') in /var/www/vhosts/**********.co.uk/httpdocs/includes/classes/db/mysql/query_factory.php on line 120
And Line 120 of that file reads :
trigger_error($this->error_number . ':' . $this->error_text . ' :: ' . $this->zf_sql, E_USER_ERROR);
Any ideas how to solve this issue anybody?