Kunena / Kunena-Forum Public
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different birth date values in the profile and database #6285
Comments
The bug is related to this one: #6115 |
Yes, you're right, but the other bug report is already closed although the error still exists. |
@rich20 sorry if there was a misunderstood, the intention of my comment is to help quickly identify error background and all related commits to fix the problem, is not for close this issue. I agree with this new issue. |
No problem @sshcli |
When using the default settings for the bootstrap datetimepicker, the field is disabled and insert data is only posible by using the picker. Maybe a definitive solution to this problem, could be remove all custom modifications and use the datepicker with default settings and values, with no extra code. |
|
MySql since 5.7 has changed the supported range for datetime value, so i think it's the main reason why we have this kind of issue in Kunena : https://dev.mysql.com/doc/refman/5.7/en/datetime.html |
Describe the bug
https://www.kunena.org/forum/k5-1-support/158175-bug-can-t-modify-user-in-version-5-1-12-1
Confirmed
To Reproduce
Actual result
You get this error:
DateTime::__construct(): Failed to parse time string (11/30/-0001) at position 5 (/): Unexpected character
System information (please complete the following information)
Joomla version: 3.9.5
Kunena version: 5.1.12.1 and 5.1.13-dev
Php version: 7.3.3
Database version: 5.5.58 Collation utf8mb4_general_ci
The text was updated successfully, but these errors were encountered: