I am using CBS1.2.2 with CB 1.7 on a J1.5.25 site and, using CB JUICE 2.0.4, am trying to batch import about 12000 subscribers from an offline membership system. Several data cleansing and other teething problems. The one I am currently wrestling with is the situation where existing members (ie couples) share the same email address (and are quite happy doing so) but need separate user profiles etc.
I have followed the approach suggested in
forum.joomla.org/viewtopic.php?f=500&t=167296&start=0
and commented out the unique email address check in libraries/joomla/database/table/user.php (around L190).
However I am still getting a "Error in register store: WARNREG_MAIL" message when using CB JUICE2. I expect this means that there is a separate email address in use check in CB JUICE or in CB that operates in addition to the one adjusted above (which probably only operates on a Joomla Registration form).
I am trying to find this other checking point (or of course another practical way around this issue).
So far I have found:
L143 in /components/com_comprofiler.php
if ( class_exists( 'JFactory' ) ) { // Joomla 1.5 : for string WARNREG_EMAIL_INUSE used in error js popup.
and for CBJuice I suspect the relevant action takes place in /administrator/components/com_cbjuice2/controllers/add_edit.php but cannot find the exact part with confidence.
Can you help me resolve a method for disabling the unique email address check as part of a CB Juice Batch Add?
Thanks - David