I keep getting errors with the connectivity component even though forms works ok.
Warning: Invalid argument supplied for foreach() in /home/www/dazl.com.au/administrator/components/com_chronoconnectivity/admin.chronoconnectivity.php on line 28
Fatal error: Call to a member function getCfg() on a non-object in /home/www/dazl.com.au/administrator/components/com_chronoconnectivity/admin.chronoconnectivity.php on line 163
Warning: Invalid argument supplied for foreach() in /home/www/dazl.com.au/administrator/components/com_chronoconnectivity/admin.chronoconnectivity.php on line 28
Fatal error: Call to a member function getCfg() on a non-object in /home/www/dazl.com.au/administrator/components/com_chronoconnectivity/admin.chronoconnectivity.php on line 163
Yes .... as I have seen..... it isn't compatible.... but are there any plans for a simple plugin to connect joomla tables as I am having a lot of trouble getting any sort of answer I can understand.
Hi FDigital01,
Well there is the DB Multi Record Loader action in CFV4 - that has much of the functionality of ChronoConnectivity.
Bob
Well there is the DB Multi Record Loader action in CFV4 - that has much of the functionality of ChronoConnectivity.
Bob
Can You write a little bit more about how to use it?
For me is very important to use it on frontend, maybe You can prepare some short manual for this option😉
thx in advance
For me is very important to use it on frontend, maybe You can prepare some short manual for this option😉
thx in advance
Hi Qbik,
There's a tutorial in the Downloads area I think and there have been a couple of useful threads in the forums here. I have't used the action enough to write up a tutorial of my own yet :-(
Bob
There's a tutorial in the Downloads area I think and there have been a couple of useful threads in the forums here. I have't used the action enough to write up a tutorial of my own yet :-(
Bob
Ok i check it out
i prepare new form to show records in front-end after login in, to do this i copy previous prepared from and i added view to the name and it works fine
but edit button not working for me😟
I switch off save cf_uid to database, is it possible to work somehow without it?
for edit i used
but after hitting edit nothing happen😟
i prepare new form to show records in front-end after login in, to do this i copy previous prepared from and i added view to the name and it works fine
but edit button not working for me😟
I switch off save cf_uid to database, is it possible to work somehow without it?
for edit i used
<a href="index.php?option=com_chronoforms&chronoform=zima_loewe_view&token=<?php echo &detail['cf_id']; ?>Edit</a>
but after hitting edit nothing happen😟
Hi Qbik,
I assume that is $detail and not &detail? And how have you defined $detail?
Looks like a case for careful debugging?
Bob
I assume that is $detail and not &detail? And how have you defined $detail?
Looks like a case for careful debugging?
Bob
my fault on writing on site i wrote correctly
as I wrote earlier I use 'cf_id' because I switch off saving 'cf_uid' for my table and now records don't have this key😟
as I wrote earlier I use 'cf_id' because I switch off saving 'cf_uid' for my table and now records don't have this key😟
hmm I don't do this😟
i look at CFV4_db_record_loader.pdf too but i cant found solution for my problem
Maybe You can help me a little
in attachment my form and table from database
i look at CFV4_db_record_loader.pdf too but i cant found solution for my problem
Maybe You can help me a little
in attachment my form and table from database
Hi Qbik,
Your attachment includes Form HTML and a javascript file (no database table). I'm not sure how these link to the problem you describe here?
Bob
Your attachment includes Form HTML and a javascript file (no database table). I'm not sure how these link to the problem you describe here?
Bob
strange when I Download it I have
2 files
one exported from chronoforms - kontakt-view.cf4bak
and second table exported by PHPMyAdmin from my site database - jf4p9_test.sql
i checked and i can import it😟
Here is link to this archive on my site - direct link to download - http://www.wikaro.pl/my_form.zip I hope it'll work, now
2 files
one exported from chronoforms - kontakt-view.cf4bak
and second table exported by PHPMyAdmin from my site database - jf4p9_test.sql
i checked and i can import it😟
Here is link to this archive on my site - direct link to download - http://www.wikaro.pl/my_form.zip I hope it'll work, now
Hi Qbik,
I'm sorry, I had two downloaded files called 'My Form' and I got them mixed up :-(
The edit link is failing because there is no cf_uid in the record. If you look at it here it is mostly an error message
You can use cf_id instead - that is still a unique identifier. However you probably want to use a second form for the editing to avoid making this one very complicated.
Bob
I'm sorry, I had two downloaded files called 'My Form' and I got them mixed up :-(
The edit link is failing because there is no cf_uid in the record. If you look at it here it is mostly an error message
index.php/component/chronoforms/?chronoform=kontakt-view&token=%3Cbr%20/%3E%20%3Cb%3ENotice%3C/b%3E:%20%20Undefined%20index:%20cf_uid%20in%20%3Cb%3EC:\xampp\htdocs\joomla1.7a\administrator\components\com_chronoforms\form_actions\custom_code\custom_code.php(18)%20:%20eval()%27d%20code%3C/b%3E%20on%20line%20%3Cb%3E18%3C/b%3E%3Cbr%20/%3E%20
You can use cf_id instead - that is still a unique identifier. However you probably want to use a second form for the editing to avoid making this one very complicated.
Bob
This topic is locked and no more replies can be posted.