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
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
which Chronoforms version ? try to do it with the Joomla registration, does it work fine ?
Max
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
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
good, I will test it then because 3 users reported issues with registration in RC3
regards
Max
regards
Max
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.
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
Cheers
Max
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
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
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
Hi, I am not using CB, shall I upgrade chronoform anyway?
Silvia
Silvia
Hi Silvia,
not yet, after I add the new version!
Regards
Max
not yet, after I add the new version!
Regards
Max
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
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
yes, I was testing this today and found this problem but didn't fix it yet, I will apply your fix! 🙂
thanks!
Max
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
Is this dangerous?
What is the right procedure to do this upgrade?
Thanks
Silvia
This topic is locked and no more replies can be posted.
