sandrineparent Posted May 16, 2022 Share Posted May 16, 2022 Bonjour, J'utilise un module externe "One Page Checkout". Le module fonctionne bien. Mais, quand je suis dans le compte client, dans les Adresses, je ne peux ni modifier ni ajouter une adresse. En mode Debug j'ai ce message: Notice: Undefined property: AddressController::$opc in /www/override/controllers/front/AddressController.php on line 25 Fatal error: Uncaught Error: Call to a member function checkCustomerAccessToModule() on null in /www/override/controllers/front/AddressController.php:25 Stack trace: #0 /www/classes/controller/Controller.php(287): AddressController->init() #1 /www/classes/Dispatcher.php(518): ControllerCore->run() #2 /www/index.php(28): DispatcherCore->dispatch() #3 {main} thrown in /www/override/controllers/front/AddressController.php on line 25 Une idée du problème ? Merci d'avance Link to comment Share on other sites More sharing options...
Mediacom87 Posted May 16, 2022 Share Posted May 16, 2022 Bonjour, vous avez une surcharge du controller AddressController.php il faut donc analyser pourquoi cette surcharge existe et ce qu'elle fait pour trouver l'erreur. 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