Forums

Is chronoconnectivity compatible with Joomla 1.7

FDigital01 24 Oct, 2011
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
GreyHead 24 Oct, 2011
Hi FDigital01,

As you've seen, no it isn’t compatible.

Bob
FDigital01 07 Nov, 2011
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.
GreyHead 07 Nov, 2011
Hi FDigital01,

Well there is the DB Multi Record Loader action in CFV4 - that has much of the functionality of ChronoConnectivity.

Bob
Qbik 08 Dec, 2011
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
GreyHead 08 Dec, 2011
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
Qbik 08 Dec, 2011
Ok thd for info, I check it
Qbik 09 Dec, 2011
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
<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😟
GreyHead 10 Dec, 2011
Hi Qbik,

I assume that is $detail and not &detail? And how have you defined $detail?

Looks like a case for careful debugging?

Bob
Qbik 10 Dec, 2011
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😟
GreyHead 10 Dec, 2011
Hi Qbik,

You don't need cf_uid.

And how have you defined $detail?



Bob
Qbik 10 Dec, 2011
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
GreyHead 13 Dec, 2011
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
Qbik 14 Dec, 2011
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
Qbik 15 Dec, 2011
why You wrote ???
GreyHead 15 Dec, 2011
Hi Qbik,

Just a forum spammer - deleted now.

Bob
Qbik 15 Dec, 2011
Ok thx
The 2 file that i uploaded is fine?
GreyHead 16 Dec, 2011
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
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
Qbik 16 Dec, 2011
Ok i look at it at home, thx

I can use main form i add a new one because i think that i have to do that🙂
This topic is locked and no more replies can be posted.