TillyOak Posted January 13, 2020 Share Posted January 13, 2020 After a lengthy battle to upgrade our store I currently have a test environment where I have managed to work through a lot of the problems yet face one last challenge. Basically, customers cannot log in, just reverts back to the log in screen, although when browsing and adding anything to a cart, then going to checkout and THEN logging in it works but leaving the checkout then appears to log the customer out again. Similarly, trying to register a new account shows debug info: The length of property Customer->passwd is currently 60 chars. It must be between 0 and 32 chars. at line 1003 in file classes/ObjectModel.php Quote 998. } 999. 1000. $message = $this->validateField($field, $this->$field); 1001. if ($message !== true) { 1002. if ($die) { 1003. throw new PrestaShopException($message); 1004. } 1005. 1006. return $error_return ? $message : false; 1007. } 1008. } I've done the obvious and tried amending this in the dbase but makes no difference. Anyone had the same or even better, know what the fix would be? Cheers Link to comment Share on other sites More sharing options...
TillyOak Posted January 13, 2020 Author Share Posted January 13, 2020 Would you per chance know how to fix it? Link to comment Share on other sites More sharing options...
TillyOak Posted January 13, 2020 Author Share Posted January 13, 2020 (edited) You've been a massive help, I'll be sure to do that 🙁 Edited January 13, 2020 by AmicaSoap (see edit history) 1 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