Hi There
Having an issue which I think is database related. When trying to add a new item it gives an error inserting that new item because of a duplicate key. The key is itemid in the items table, when I look up that item in the table via mysql client it is a valid item. There are also about 100 items added after that item.
Any ideas what to check here ?
Having an issue which I think is database related. When trying to add a new item it gives an error inserting that new item because of a duplicate key. The key is itemid in the items table, when I look up that item in the table via mysql client it is a valid item. There are also about 100 items added after that item.
Any ideas what to check here ?
Comment