I'm trying to create my own Cb registration.
I followed your guide to build a Joomla registration and just used the CB Registration plugins instead of Joomla.
I fill in the form and submit, page goes to a new page with nothing on. I check the user manager and nothing has happened. No details registered.
Where are the details going???
please help
regards
Patrick
Hi Patrick,
which Chronoforms version ? try to do it with the Joomla registration, does it work fine ?
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi Max, I did try earlier with both but neither worked.
Ive just tried again. This time Joomla Registration did work so thats ok.
But for CB i now get the following error:
Fatal error: Call to undefined method stdClass::getError() in /home/dirtylit/public_html/components/com_chronocontact/plugins/cf_cb_registration.php on line 277
you didn't tell me which Chronoforms version!
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
oops, my bad! sorry..
i am using:
CF 3.1 RC3
J 1.5.9
good, I will test it then because 3 users reported issues with registration in RC3
regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi,
I've got the same problem.
I used Joomla 1.5.9 and CB 1.2 Stable version
Fatal error: Call to undefined method stdClass::getError() in D:\www\htdocs\medipress\components\com_chronocontact\plugins\cf_cb_registration.php on line 277
Details about system
Database Version: 5.0.67-community
Database Collation: utf8_general_ci
PHP Version: 5.2.6
Web Server: Apache/2.2.9 (Win32) DAV/2 mod_ssl/2.2.9 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.6
Web Server to PHP interface: apache2handler
Joomla! Version: Joomla! 1.5.9 Production/Stable [ Vatani ] 9-January-2009 23:00 GMT
When I can get some answer - that very important.
maximum 2 days, I will test with the new version!
Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi, I also have some problems in registering details: some users record are not registered some yes. I don not even know how to debug.
Registration emails arrive correctly but records are not always registered in "Show saved data"
I have version 2.5 J1.5 RC3.1 with Joomla 1.5.7
Shall I update Chronoform?
Thanks
Silvia
Hi Silvia,
I always test with the latest Chronoforms release + latest CB release when I'm doing this, different versions may lead to troubles, this happened before, or there is a problem with your config!
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi, I am not using CB, shall I upgrade chronoform anyway?
Silvia
Hi Silvia,
not yet, after I add the new version!
Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi,
That is Me issue for problems with errors and fileds in line 277.
What I know?
SELECT * FROM #__comprofiler_fields WHERE `table`='#__comprofiler' AND name <>'NA'
When We query this we have fileds (a lot of fields) and one of them is 'onlinestatus' but in #__comprofiler we don't have that fileds.
Probably that is reason why whe have error in 277 line.
Whell I change that query on
SELECT * FROM `#__comprofiler_fields` WHERE `table` = '#__comprofiler' AND name <> 'NA' AND registration = 1
PS. If you want check this self try add
if ($database->query()) {
echo "INSERT INTO jos_comprofiler (".implode(",",$fields2).") VALUES ('".$user->get('id')."','".$user->get('id')."','".implode("','",$fields3)."');";
break;
}
after foreach($fields as $field) about 274 line
Regards
Hi brama,
yes, I was testing this today and found this problem but didn't fix it yet, I will apply your fix! 🙂
thanks!
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Since I have the same problem and I noticed that there is version ChronoForms_V3.1_RC4.11.zip available, I want to upgrade from my version 2.5 J1.5 RC3.1 to the new one.
Is this dangerous?
What is the right procedure to do this upgrade?
Thanks
Silvia
Hi Silvia,
It's not dangerous, but backup your forms and the 'jos_chrono . . .' database tables first for safety.
I think you can then install RC4.11 over 3.1 and it will upgrade OK.
Bob