BryanY Posted May 14, 2015 Share Posted May 14, 2015 (edited) I get "An error occurred while creating an object. product" when I tried to create a product. It does create the product but with no name with it. After I edit it to change the name it works fine. I'm using version 1.6.0.14 Edited May 14, 2015 by BryanY (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted May 15, 2015 Share Posted May 15, 2015 Enable dev mode as described in my signature and post the error back Link to comment Share on other sites More sharing options...
BryanY Posted May 15, 2015 Author Share Posted May 15, 2015 It's somehow fixed now. It must have been some module that I disabled that might have caused it. Link to comment Share on other sites More sharing options...
matik4 Posted January 2, 2016 Share Posted January 2, 2016 Enable dev mode as described in my signature and post the error back Hi Nemo, I have a similar issue when duplicating products (same error): Duplicate entry '1015-0-0-0-2015-11-26 00:00:00-2015-11-30 23:59:00-1-0-0-0-0-1-9' for key 'id_product_2' INSERT INTO `ps_specific_price` (`id_shop_group`, `id_shop`, `id_cart`, `id_product`, `id_product_attribute`, `id_currency`, `id_specific_price_rule`, `id_country`, `id_group`, `id_customer`, `price`, `from_quantity`, `reduction`, `reduction_tax`, `reduction_type`, `from`, `to`) VALUES ('0', '1', '0', '1015', '0', '0', '9', '0', '0', '0', '-1', '1', '0.1', '1', 'percentage', '2015-11-26 00:00:00', '2015-11-30 23:59:00') The funny thing is that duplication is actually successful, but tags are dropped (or sometimes combinations are in different order). Everything else seems fine. This only started happening after updating from 1.6.0.5 to 1.6.1.3 Any hints would be much appreciated. 1 Link to comment Share on other sites More sharing options...
NemoPS Posted January 4, 2016 Share Posted January 4, 2016 I think it's just a prestashop bug. It looks like it's using the old id when duplicating the product, therefore creating a duplicate key in that table. The only way to solve it would be debugging I fear 1 Link to comment Share on other sites More sharing options...
vidioelf Posted September 26, 2016 Share Posted September 26, 2016 hi! Somebody solved this issue? Link to comment Share on other sites More sharing options...
Recommended Posts