Hello!
I have the following problem: if a user (or admin) edits a user-profile in frontend and save the profile,
always this string is written (add) in the params-field of users-table: {"0":""}
and this happens every time, so after a few edits I have this: {"0":"{\"0\"

"{\\\"0\\\"

\\"{\\\\\\\"0\\\\\\\"

\\\\\\"{\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\"

\\\\\\\\\\\\\\"{}\\\\\\\\\\\\\\\"}\\\\\\\"}\\\"}\"}"}
and so on.
If I edit the profile in backend, it works fine: {"language":"de-DE","editor":"jce","timezone":"Europe\/Berlin"}
But after a few frontend-edits it looks like this: {"language":"de-DE","editor":"jce","timezone":"Europe\/Berlin","0":"{\"language\"

"de-DE\",\"editor\"

"jce\",\"timezone\"

"Europe\\\/Berlin\",\"0\"

"{\\\"language\\\"

\\"de-DE\\\",\\\"editor\\\"

\\"jce\\\",\\\"timezone\\\"

\\"Europe\\\\\\\/Berlin\\\",\\\"0\\\"

\\"{\\\\\\\"language\\\\\\\"

\\\\\\"de-DE\\\\\\\",\\\\\\\"editor\\\\\\\"

\\\\\\"jce\\\\\\\",\\\\\\\"timezone\\\\\\\"

\\\\\\"Europe\\\\\\\\\\\\\\\/Berlin\\\\\\\"}\\\"}\"}"}
it doesn't matter if I have allowed the params-setting in CB or not, or if I show the params fields in profile/edit profile or not.
I tried to switch off a lot of third-party plugins and I also changed the template.But nothing changes. Also I put the site in debug-mode, but i got no errors.
I saw several posts with simular problems, but no solution helped me so far.
Regards,
Stephen