charlie404 Posted February 9, 2022 Share Posted February 9, 2022 Bonjour à tous, J'ai fait la mise à jour de Prestashop 1.7.8.3 et depuis je n'arrive pas à rentrer dans les fiches client sur le back-office. J'ai un message d'erreur : An exception occurred while executing 'SELECT a.`id_address`, a.`firstname`, a.`lastname`, a.`address1`, a.`address2`, a.`postcode`, a.`city`, a.`company`, a.`phone`, a.`phone_mobile`, cl.`name` as country_name, (gt.`name`) AS `customer_group` FROM ps_address a LEFT JOIN ps_country c ON a.`id_country` = c.`id_country` LEFT JOIN ps_customer customer ON a.`id_customer` = customer.`id_customer` LEFT JOIN ps_country_lang cl ON c.`id_country` = cl.`id_country` AND cl.`id_lang` = ? LEFT JOIN `ps_group_lang` gt ON gt.`id_group` = c.`id_default_group` AND gt.`id_lang`= 1 WHERE (a.`id_customer` != 0) AND (a.`deleted` = 0) AND (customer.id_shop IN (?)) AND (a.`id_customer` = ?) ORDER BY id_address asc LIMIT 50' with params [1, 1, "40903"]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c.id_default_group' in 'on clause' [Doctrine\DBAL\Exception\InvalidFieldNameException 0] Quelqu'un sait comment corriger cela ? Merci d'avance pour votre aide Link to comment Share on other sites More sharing options...
Mediacom87 Posted February 9, 2022 Share Posted February 9, 2022 Bonjour, peut-être que cet issue vous aidera à identifier le souci : https://github.com/PrestaShop/PrestaShop/issues/27455 Link to comment Share on other sites More sharing options...
charlie404 Posted February 9, 2022 Author Share Posted February 9, 2022 Merci beaucoup pour ta réponse. Cela m'a effectivement aidé. C'était un module qui utilisait hookActionCustomerGridQueryBuilderModifier. Une fois désactiver, le problème a disparu. 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