Hi, I'm trying to set up a registration form using Chronoforms 3 and CB 1.2. I've gotten this working several times using CB 1.1, but for some reason, I can't get it to work using the newer version. Has anyone gotten these 2 versions to work together? I'm not sure if I'm missing something or what. After submitting the registration form, it appears that the users are registered, but all the information is not saved - in fact, the basic Joomla information is stored, but none of the extra CB fields are saved - debug mode returns the following error:
Fatal error: Call to undefined method stdClass::getError() in /home/public_html/components/com_chronocontact/plugins/cf_cb_registration.php on line 245
Has anyone seen this before? I've been unable to find any information about this particular error.
Hi tabykatt,
I've absolutely no idea about CB 1.2 sorry, I'd have to go delving in the code to work out the differences. Perhaps someone else can help with that.
The fatal error appears to be because no information is being passed to the plugin. Thst should be in a $row object but it looks as though the object doesn't exist. Again I've no idea why this should be - it may be linked with the change to 1.2
Hopefully someone else can throw some light on this.
Bob
Hi,
Some user has reported that the CB plugin will not work with the "latest" RC or BETA version of CB, I think 1.3 ? but it should be fine with 1.1 or 1.2 and he said it makes no difference to him and so he got the CB 1.1 or 1.2 or I mean the latest release before the new one, I still didn't look into this as I'm upgrading the core Chronoforms itself currently, will check this soon hopefully!
Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi Max,
Just checked - CB 1.2 RC4 is the *latest* version, 1.1 is the current stable release.
Bob
Hi Bob,
Thank you, then it doesn't work with CB 1.2 RC4 or both RC3 and RC4, it will need some testing but I'm not going to do this before I add some features to Chronoforms and release some RC, the wizard will have new resizing and position switching features, it will generate structured code and will allow editing previous wizard created forms!🙂 if I have more ideas related to the wizard then please let me know, I may add a style switcher for easy editing to the form style in frontend and some language switching too.
Happy new year to all!
Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi guys, I've been experiencing problems with the cf_cb_registration plugin for a while. Currently running J!1.5.8 CB 1.2RC2 CF3.0
Long story short I changed one of the DB queries from selecting the published fields to instead only select the ones needed for registration. It might not be the all around solution but it worked for my site.
line 234:
$database->setQuery( "SELECT * FROM #__comprofiler_fields WHERE registration='1' AND `table`='#__comprofiler' AND name <>'NA'" );
-Dauk
Thanks Dauk for sharing this!
Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Does this go in the cf_cb_registration.php file? I might give this a try. Thanks!
Does this go in the cf_cb_registration.php file? I might give this a try. Thanks!
yes!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.