Update does not update database correctly
Posted: Thu Oct 13, 2022 12:13 pm
Script URL: not public
Version of script: 3.4.1
Hosting company: own
URL of phpinfo.php: not public
URL of session_test.php: not public (OK: PHP sessions work fine.)
What terms did you try when SEARCHING for a solution: update, upgrade, executing
Write your message below:
Hi, I am testing update to latest version, going from 3.1.2 to 3.4.1, everything seems fine, but after finishing the update I get this error:
Can't execute SQL: UPDATE `hesk_users` SET `pass`='$REDACTEDBUTLONGENOUGH' WHERE `id`=1
MySQL said:
Data too long for column 'pass' at row 1
I tried the upgrade (hesk31x_to_341), and the full version updater. When I increase the length of hesk_user.pass I get other errors, like missing due_date etc... Tables are created (e.g. mfa, oauth...) but existing seem not to be changed... Thank you.
Version of script: 3.4.1
Hosting company: own
URL of phpinfo.php: not public
URL of session_test.php: not public (OK: PHP sessions work fine.)
What terms did you try when SEARCHING for a solution: update, upgrade, executing
Write your message below:
Hi, I am testing update to latest version, going from 3.1.2 to 3.4.1, everything seems fine, but after finishing the update I get this error:
Can't execute SQL: UPDATE `hesk_users` SET `pass`='$REDACTEDBUTLONGENOUGH' WHERE `id`=1
MySQL said:
Data too long for column 'pass' at row 1
I tried the upgrade (hesk31x_to_341), and the full version updater. When I increase the length of hesk_user.pass I get other errors, like missing due_date etc... Tables are created (e.g. mfa, oauth...) but existing seem not to be changed... Thank you.