i have a problem when updating Profiles. Every time a user updates his profil the field parmas under _user Database keeps filling.
If i update Profil about 10 times the field in Database gets full of {} symbols. When i then update my Profil it ends in a 500 error page.
I have then go to the Database _user and delete the field parmas manuell....
Can anyone help me how to delete the field automatic or how to not get the field full with {} symbols.
Never had this problem befor the update.
The simple fix is to ensure the params field in CB > Field Management is set to display on profile edit. That field handles saving the params. Without it and it's workaround fix for a Joomla issue Joomla will json encode an already json encoded string causing the params to break. We'll be moving the workaround to the user object handling so it happens earlier in the user loading process instead of only during params field save.
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.
Yes, then verify the params are showing in profile edit. These are Joomla user params like language, WYSIWYG editor, etc.. You can hide most/all of them using the Hide Parameters param under the Parameters tab while editing the field.
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.