actually it's a very strange error-message I'm receiving when adding a new user via SelfRegistration to my DB.
I got several input fields, two dropdown menus and a multi select list. The only thing producing the error is the multi select list.
As soon as I select any value inside this list and hit the 'submit' button i get prompted the following error
"Unknown column 'Array' in 'field list'"
Afterwards I'm no longer able to add this user again, because he's already waiting for verification, but: no data entered in the form is submitted to the database, only the username is submitted and a user with no data is inserted.
But, if I don't make any selection inside the list everything works out fine and my user is dumped to DB and the mails is being sent.
I can verify the new user and afterwards make a selection from the list and submit it, this works out all right.
Anybody might have a solution for this error? I'd really appreciate it
