Hi,
with the latest release I enabled user profile synchronisation and when it re-writes the data into the user_profile table it's not json_encoding the data first. The impact is when you register and it re-writes the user_profile it effectively blanks it out. When you go back to register for another event the data isn't there. In reality it is in the table but text fields don't have the " around them so it won't read it back properly and the fields end up null.
I believe there should be a json_encode around the data, for example it should store "New York" not just New York.
Regards,
Russell
with the latest release I enabled user profile synchronisation and when it re-writes the data into the user_profile table it's not json_encoding the data first. The impact is when you register and it re-writes the user_profile it effectively blanks it out. When you go back to register for another event the data isn't there. In reality it is in the table but text fields don't have the " around them so it won't read it back properly and the fields end up null.
I believe there should be a json_encode around the data, for example it should store "New York" not just New York.
Regards,
Russell