withypitts Posted September 4, 2023 Share Posted September 4, 2023 PHP Fatal error: Uncaught Error: Call to undefined method Validate::isPasswd() in /home/xxxxxxxt/public_html/xxxxxxx/override/classes/Customer.php:67 Stack trace: #0 /home/withypit/public_html/presta17/classes/form/CustomerLoginForm.php(72): Customer->getByEmail('support@freedom...', 'R3d2023PurPl3') #1 /home/withypit/public_html/presta17/classes/checkout/CheckoutPersonalInformationStep.php(77): CustomerLoginFormCore->submit() #2 /home/withypit/public_html/presta17/classes/checkout/CheckoutProcess.php(76): CheckoutPersonalInformationStepCore->handleRequest(Array) #3 /home/withypit/public_html/presta17/controllers/front/OrderController.php(252): CheckoutProcessCore->handleRequest(Array) #4 /home/withypit/public_html/presta17/classes/controller/Controller.php(319): OrderControllerCore->initContent() #5 /home/withypit/public_html/presta17/classes/Dispatcher.php(510): ControllerCore->run() #6 /home/withypit/public_html/presta17/index.php(28): DispatcherCore->dispatch() #7 {main} thrown in /home/withypit/public_html/presta17/override/classes/Customer.php on line 67 How do I get this fixed? Link to comment Share on other sites More sharing options...
ComGrafPL Posted September 4, 2023 Share Posted September 4, 2023 Client or Back office log in? PHP version? Link to comment Share on other sites More sharing options...
withypitts Posted September 4, 2023 Author Share Posted September 4, 2023 8.0.4 Front Office PHP 8.0 Link to comment Share on other sites More sharing options...
BonPresta Posted September 4, 2023 Share Posted September 4, 2023 It looks like the problem is caused by the module. In /home/xxxxxxxt/public_html/xxxxxxx/override/classes/Customer.php file you can see the name of the module and contact the module developers to fix the problem. Link to comment Share on other sites More sharing options...
withypitts Posted September 5, 2023 Author Share Posted September 5, 2023 18 hours ago, BonPresta said: It looks like the problem is caused by the module. In /home/xxxxxxxt/public_html/xxxxxxx/override/classes/Customer.php file you can see the name of the module and contact the module developers to fix the problem. Thanks, the error message does indicate that, I wondered if anyone esle had experienced it. Thanks again 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