Hi there,
I'm using CB for a while without difficulties. But I am now encountering a new problem :
- each time I'm editing (saving) a profile in CB / users management, the "params" field in joomla "_users" table of the corresponding user get exponentially increasing backslashes, leading to a too much heavy profile that breaks it
- looking directly through phpMyAdmin :
---- I tested a profile editing in the classical Joomla user management component : no problem at all
---- I tested a profile editing ine CB users management : one then severak thezn douzains then hundreds backslashes appear, each time I click on "save" button
This happens both frontend and backend editings.
Sample below :
*************__users/params form profile before bug
{"admin_style":"","admin_language":"","language":"","editor":"","helpsite":"","timezone":""}
*************after one "save" button click
{"admin_style":"","admin_language":"","language":"","editor":"","helpsite":"","timezone":"","0":"{\"admin_style\"

"\",\"admin_language\"

"\",\"language\"

"\",\"editor\"

"\",\"helpsite\"

"\",\"timezone\"

"\"}"}
*************second click
{"admin_style":"","admin_language":"","language":"","editor":"","helpsite":"","timezone":"","0":"{\"admin_style\"

"\",\"admin_language\"

"\",\"language\"

"\",\"editor\"

"\",\"helpsite\"

"\",\"timezone\"

"\",\"0\"

"{\\\"admin_style\\\"

\\"\\\",\\\"admin_language\\\"

\\"\\\",\\\"language\\\"

\\"\\\",\\\"editor\\\"

\\"\\\",\\\"helpsite\\\"

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

\\"\\\"}\"}"}
*************third click
{"admin_style":"","admin_language":"","language":"","editor":"","helpsite":"","timezone":"","0":"{\"admin_style\"

"\",\"admin_language\"

"\",\"language\"

"\",\"editor\"

"\",\"helpsite\"

"\",\"timezone\"

"\",\"0\"

"{\\\"admin_style\\\"

\\"\\\",\\\"admin_language\\\"

\\"\\\",\\\"language\\\"

\\"\\\",\\\"editor\\\"

\\"\\\",\\\"helpsite\\\"

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

\\"\\\",\\\"0\\\"

\\"{\\\\\\\"admin_style\\\\\\\"

\\\\\\"\\\\\\\",\\\\\\\"admin_language\\\\\\\"

\\\\\\"\\\\\\\",\\\\\\\"language\\\\\\\"

\\\\\\"\\\\\\\",\\\\\\\"editor\\\\\\\"

\\\\\\"\\\\\\\",\\\\\\\"helpsite\\\\\\\"

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

\\\\\\"\\\\\\\"}\\\"}\"}"}
And so on....
Any idea ?
Thanx a lot by advance - managing a 1200 members group - cannot imaging to remove backslashes once a week...