I am having a weird problem saving a user from within the backend.
I am getting the error message that some fields like birthdays must meet a minimum of 25 characters. Of course this message does not make sense for the birthday field.
There are other fields for which I am getting the same error message. One of them is a drop down selection field. Also for this field it does not make sense to get a minimum character warning.
It seems that this is hardcoded somewhere. But where ?
Edit: And yes I am fully aware that I can turn off field validation in backend.
That's based off the fieldMinLength parameter, but it doesn't exist for those 2 fields. Did you change a fields type in your database perhaps? As this can cause this issue. Re-saving the field should clear invalid parameters though.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
krileon wrote: Did you change a fields type in your database perhaps? As this can cause this issue. Re-saving the field should clear invalid parameters though.
Yes in fact I have changed a multicheckbox field into a querymulticheckbox field. As it seemed to be unrelated to the birthday (date) field I never thought this could be the reason.
Re-saving did in fact clear out the error message.