Hi,
Joomla! 3.0.3
CB 1.9
I've set up a full self-registration for my users. However, when a user tries to register, they get the following alert:
Code:
SQL = INSERT IN TO (,,,,,,,,,,,,,,) VALUES (75,0,0,0,0,0,0,1,0,0,1,0,1,1,0)
* 'INTO' = one word in alert
My SQL knowledge is limited but it seems above line of code doesn't make much sense as it lacks the table name after INTO?!
When re-typing the password and hitting register again, users get a note that registration requires mail confirmation and approval, which it shouldn't as I disabled the confirmation functionality.
Checking the user lists, users do get assigned to the database but only with username and email. No other field filled during registration makes it to the database. In the backend user list they appear as registered, but neither confirmed nor approved.
Would you have a hint for me which process could stand between the user registration and the database?
The backend registration settings are ...
on Joomla-side:
Joomla User Mgment > Options > Allow User Registration: NO
on CB-side:
CB Configuration > Reg > allow reg independent of global settings
CB Configuration > Reg > require admin approval / email confirm: no
CB Configuration > Reg > pending approval subject / email: blank
Not sure if of interest, but I'm also using a few conditional fields in the registration which might cause problems?!
Sorry for the long request, I'm trying to find a solution for quite some time without much success.
Many thanks for any hints!