Gintux Posted April 27, 2018 Share Posted April 27, 2018 Hello People After update from 1.7.2 to 1.7.3 I can't edit and add products. When I trying edit the text below appears. May anybody help? Thanks PrestaShopDatabaseException in Db.php line 746:Unknown column 'cf.is_deleted' in 'where clause'<br /><br /><pre> SELECT cf.`id_customization_field`, cf.`type`, cf.`required`, cfl.`name`, cfl.`id_lang` FROM `ps_customization_field` cf NATURAL JOIN `ps_customization_field_lang` cfl WHERE cf.`id_product` = 11 AND cf.`is_deleted` = 0 ORDER BY cf.`id_customization_field`</pre> Link to comment Share on other sites More sharing options...
musicmaster Posted April 27, 2018 Share Posted April 27, 2018 It looks something went wrong with your upgrade. is_deleted is a new field in the 1.7.3 version and for some reason the upgrade process didn't add it to your database. Only you know what might have gone wrong. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now