anim-essentiel Posted February 23, 2019 Share Posted February 23, 2019 Hello, After upgrading my website to 1.7.5, my front show me this error : Fatal error: Uncaught Unknown column 'h.live_edit' in 'field list'<br /><br /><pre>SELECT h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module, h.`live_edit` FROM `ps_module` m INNER JOIN ps_module_shop module_shop ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1) INNER JOIN `ps_module_shop` `ms` ON ms.`id_module` = m.`id_module` INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module` INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook` WHERE (h.name != "displayPayment") AND (hm.id_shop = 1) GROUP BY hm.id_hook, hm.id_module ORDER BY hm.`position` </pre> thrown in /home/www/shop/prestashop/classes/db/Db.php on line 769 And I have this in BO : I don't know how can I solve this. Can someone help me please? Thanks to all of you Link to comment Share on other sites More sharing options...
anim-essentiel Posted February 25, 2019 Author Share Posted February 25, 2019 No one can help me? Link to comment Share on other sites More sharing options...
El Patron Posted March 1, 2019 Share Posted March 1, 2019 Hi, I did some research on this error, the recommendation is to uninstall/remove "themeconfigurator" module. Link to comment Share on other sites More sharing options...
anim-essentiel Posted March 1, 2019 Author Share Posted March 1, 2019 Thank you El Patron, I'm gonna try this Link to comment Share on other sites More sharing options...
anim-essentiel Posted March 1, 2019 Author Share Posted March 1, 2019 Unfortunately, this is not working, I removed "themeconfigurator" module from ftp, but the error is still the same 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