Any topic modules PrestaShop Sitolog »
Error while cloning products customizations
| Author | Post |
|---|---|
|
Luca R. Registered on : 01/29/2014 Posts : 1 |
Posted : 01/29/2014 18:40:50 "Quote" I got this error trying to copy customization fields between two products: |
|
Sitolog Registered on : 12/04/2011 Posts : 524 |
Posted : 02/09/2014 01:12:57 "Quote" Hi Luca, Code : thrown in /dati/home/serramentibrombal/domains/crm.serramentibrombal.it/public_html/prestashop/classes/db/Db.php on line 613 The error is coming from Db.php, a class of Prestashop. I wonder if your site has been migrated from PS 1.4 to PS1.5. If this is the case, looks like this classe has not been properly updated (id_shop is not a field of ps_product table, so this error is logical looking at this query: Code : UPDATE `ps_product` SET `customizable`=0 WHERE `id_product` = 2 AND id_shop=1 ) . Rgds Franck |