Forums

Record Edit Form

rastatom 22 Apr, 2011
Hello,
My problem is in FrontEnd Settings and Admin Settings.
I can't select a form to edit datas...

Error in FrontEnd Settings :
Warning: Invalid argument supplied for foreach() in C:\wamp\www\joom15\administrator\components\com_chronoconnectivity\admin.chronoconnectivity.html.php on line 335

Error in Admin Settings :
Warning: Invalid argument supplied for foreach() in C:\wamp\www\joom15\administrator\components\com_chronoconnectivity\admin.chronoconnectivity.html.php on line 533

I use Joomla 1.5.23, Chrono Connectivity 2.0 RC3 and Chrono Forms 4.0 RC1.8.

Thank you.
GreyHead 22 Apr, 2011
Hi Rastatom,

ChronoConnectivity is built to work with ChronoForms v3 (not with CFv4). The automatic linking to edit or delete won't work with the combination that you have.

I think that you could set up ordinary links to do the same thing though. You'd need to add URLs to the body section of the CC Listing that you could read in CFv4 and load the necessary data. I haven't tried this yet but I think that is should work OK.

Bob
rastatom 23 Apr, 2011
Thank you Bob, i'm going to try this.
jgribble 13 Oct, 2011
I am having this same problem. It would have been nice to know in advance that Chronoconnectivity doesn't work with Chronoforms 4. Then again, maybe I just didn't notice the disclaimer/caution in the download section. I'd be interested to know where and how do you set up the direct URLs referenced in your post. We are in so deep at this point that we don't want to throw away all our work with Chronoforms 4. One of the forms is long and complicated and would take many hours to recreate in Chronoforms 3. But we may have to do it because the client needs a working interface to read and output the records. I'm a little dreading telling her that the system we recommended won't work. Are you coming out with a new version of Chronoconnectivity that will work with the latest Chronoforms?
jgribble 14 Oct, 2011
If I uninstall version 4 and go back to version 3 because it is compatible with Chronoconnectivity, what will happen? Will my existing forms disappear? Will they become unusable? How can I get the system working without losing all our work?
GreyHead 15 Oct, 2011
Hi jgribble,

I wouldn't go back to CFv3, it's not worth the work involved.

The ChronoConnectivity 'edit_record' links call up the ChronoForms form through code class that is a bit limited. It is just as simple to link to the form by putting a link in the ChronoConnectivity body box like this
<a href='index.php?option=com_chronocontact&chronoformname=client_edit&task=edit&cid={iCid}' />Edit</a>


The in the form itself you can use the 'cid' value to load the appropriate values (possibly using the Profile page plug-in). I'd also add a check for the task=edit value for a little security and set the form ReDirect URL to go back to the ChronoConnectivity listing.

Bob
This topic is locked and no more replies can be posted.