Guest Posted August 20, 2006 Share Posted August 20, 2006 (edited) After the installation of Attrib sort v1.2 this message is shown: function tep_attributes_sort($attributes_id) { global $languages_id; $attributes_sort = tep_db_query("select attribute_sort from " . TABLE_PRODUCTS_ATTRIBUTES . " where products_attributes_id = '" . (int)$attributes_id . "'"); $attributes_sort_values = tep_db_fetch_array($attributes_sort); return $attributes_sort_values['attribute_sort']; } What can I do to solve this problem? Message in MySQL: #1060 - Duplicate column name 'attribute_sort' Edited August 20, 2006 by Bonobo Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.