Hello
On Joomla! 3.4.1 & CB 2.0.8
I have a couple of MySQL fields ("CB MySQL Field" plugin installed)
and all worked very well
But then I tried to create a new user directly on backend (CB)
When I click on the "New" Button I get this error :
An error has occurred.
1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 SQL=SELECT m0knm_calcsignelem.element AS mysqlfield FROM m0knm_calcsignelem, m0knm_comprofiler WHERE cb_birthday <= enddate AND cb_birthday >= startdate AND m0knm_comprofiler.id =
If I take the SQL request as I see it in the error message its not complete because of the end :
... AND m0knm_comprofiler.id = is the id the thing that is missing ?
I don't understand : I'm creating a NEW user so as long as the user is not created, why does CB do a select before creation ? Can this be resolved ?
Could anybody help me on this ?