Not sure if im in the right category, but having an issue, not sure whats doing it, when i apply a new option value, it errors, with a duplicate record error.
I replaced the mysecretadmin/option_value_manager.php as well as the other 2, option names,attributes controller, applyed the fix, and still haveing the issue, not sure if its another mod but it is inside this for statement:
i know there are a few languages involved, but would that cause this?Code:for ($i=0, $n=sizeof($languages); $i<$n; $i ++) { if ((int)$languages[$i]['id'] > 0 && !in_array((int)$languages[$i]['id'], $ary)) { // $db->Execute("INSERT INTO products_options_values (products_options_values_id, language_id, products_options_values_name) VALUES ((int)PRODUCTS_OPTIONS_VALUES_TEXT_ID, " . (int)$languages[$i]['id'] . ", 'TEXT')"); $db->Execute("INSERT INTO " . TABLE_PRODUCTS_OPTIONS_VALUES . " (products_options_values_id, language_id, products_options_values_name) VALUES (" . (int)PRODUCTS_OPTIONS_VALUES_TEXT_ID . ", " . (int)$languages[$i]['id'] . ", 'TEXT')"); } }
any help appreciated.
ZC 1.5.1
(too many mods to list)
btw, is there a "prefered max mods" lol
Jeff


Reply With Quote
