Jump to content

Upgrade 1.6.1.24 to 1.7.6.2 Customers cannot log in or make new registrations


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...