🐛 | Drupal core | Uncaught exception 'TypeError' with message 'checkdate(): Argument #3 ($year) must be of type int, string given
🇯🇵Japan Skyyade
🐛 | Drupal core | Uncaught exception 'TypeError' with message 'checkdate(): Argument #3 ($year) must be of type int, string given
🇯🇵Japan Skyyade
The reproduction procedure is as follows
1. create a form element of type 'datelist' with FormAPI.
2. Display the screen and use the developer tools to change the value from a number to a string. (Example: 1900 -> aaa)
3. submit the form and get a 500 error for the Issue in question.
We believe this should be fixed during 10.3.
🇯🇵Japan Skyyade
🇯🇵Japan Skyyade