-
Notifications
You must be signed in to change notification settings - Fork 303
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
2.1 Branch individual list (8be64285b2100556621e9aa3cb7bfb479aa06040) must be of type string, null given #4670
Comments
This is SQL Server? The error message sugggests that you have null values in webtrees does not store nulls in this column. Can you look in this table and tell me about your data. |
no Production MySql 8.0. on Branch 2.1 (MS SQL doesn't work at all) 15:10:32 SELECT * FROM wtprod.wt21_name where n_surname is null 757 row(s) returned 0.000 sec / 0.000 sec all sources, repos, objects with ID S*, R*, M* but no X* |
Thanks. This is all old data. The table We need to ignore/delete this data. |
Until I write a fix, you can delete all the rows where |
From my side, the issue is closed - I'm waiting for the next release. |
Fisharebest\Webtrees\Module\LanguageGerman::normalize(): Argument #1 ($text) must be of type string, null given, called in …\app\Module\IndividualListModule.php on line 637 …\app\Module\ModuleLanguageTrait.php:203
#0 …\app\Module\IndividualListModule.php(637): Fisharebest\Webtrees\Module\LanguageGerman->normalize(NULL)
#1 …\app\Module\IndividualListModule.php(224): Fisharebest\Webtrees\Module\IndividualListModule->allSurnames(Object(Fisharebest\Webtrees\Tree), false, false)
#2 …\app\Module\IndividualListModule.php(174): Fisharebest\Webtrees\Module\IndividualListModule->createResponse(Object(Fisharebest\Webtrees\Tree), Object(Fisharebest\Webtrees\GuestUser), Array, false)
The text was updated successfully, but these errors were encountered: