We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you have a profile field with the datatype number and you insert a default value like test than the following error occurs
number
test
Fatal error: Uncaught AdmException: Das Feld Mitgliedsnummer darf nur Zahlen enthalten.Korrigiere bitte deine Eingabe. in /admidio/adm_program/system/classes/ProfileFields.php:682 Stack trace: #0 /admidio/adm_program/system/classes/User.php(1959): ProfileFields->setValue('MEMBERSHIP_NUMB...', 'Hallo') #1 /admidio/adm_program/system/classes/User.php(1767): User->setValue('MEMBERSHIP_NUMB...', 'Hallo') #2 /admidio/adm_program/system/classes/User.php(1632): User->setDefaultValues() #3 /admidio/adm_program/modules/profile/profile_new.php(55): User->readDataByUuid('') #4 {main} thrown in /admidio/adm_program/system/classes/ProfileFields.php on line 682
` View forum https://www.admidio.org/forum/viewtopic.php?t=9630
The text was updated successfully, but these errors were encountered:
Uncaught exception if default value has wrong datatype #1406
d2ff5f8
55c6884
Fasse
No branches or pull requests
If you have a profile field with the datatype
number
and you insert a default value liketest
than the following error occurs`
View forum https://www.admidio.org/forum/viewtopic.php?t=9630
The text was updated successfully, but these errors were encountered: