I am upgrading a SuiteCRM instance from 7.1.3 to 7.11.10.
And have upgraded up-to 7.9.1 successfully. Now when I try to upgrade it 7.10.20 OR 7.10.24 upgrading process runs usual and it also displays new version of crm 7.10.20. But once I logged out I am not able to login to my system.
findings:-
(i) I had the same issue in upgrading 7.7.1 to 7.8.10; then i just by changing the upgrade version it worked(7.8.6 instead 7.8.10). But here it is not working.
(ii)I check users table in the database login credentials(including user_hash) is same as previous,
Environment:-
PHP5.6,
Ubuntu-16.04
Are you using a very simple password? Start with that. Sometimes the problem comes from some strange character in the password that is causing problems.
At least you would be able to know if the problem comes from the password text itself, and later you can find a more complex password that works.
If that is not the problem then we’ll have to think of something else. Maybe your logs have something else right before that FATAL, which might be relevant?
My password is quite simple. It does not have any special characters. Just a plain English word something simple as “john”.
I did go through below solutions,