HELP Chronoconnectivity J2.5

P4R4NORM4L 01 Jun, 2012
I get this message when i click on the link that i created

"There is no connection with this name or may be the connection is not published, Please check the available connections in the Connections Manager."

has anyone encountered this problem before??
what do you enter in the linkable field area... the example isn't very clear where do you get the tasks and parameters for this
GreyHead 01 Jun, 2012
Hi P4R4NORM4L,

What is the URL?

Bob
P4R4NORM4L 01 Jun, 2012
i have an error 500 now weird

i sent you login details in PM
P4R4NORM4L 01 Jun, 2012
As you can see in the front end you can click on the IP address to bring it to the next page but i don't know how to make the details from the table appear so now i'm stuck at the error:

There is no connection with this name or may be the connection is not published, Please check the available connections in the Connections Manager.

all the details are in the system table with lots of fields
GreyHead 01 Jun, 2012
Hi P4R4NORM4L,

I can see a JavaScript error on the Home page because the ChronoForms script to initialise the form validation is being loaded but the form itself is not. There is just an error message where I think it should be.

Bob
Max_admin 01 Jun, 2012
Hello,

How do you reach your connection ? did you try to access the connection using the "Front list" link in the connections manager ? does this work ?

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
P4R4NORM4L 02 Jun, 2012
The thing is that there isn't a clear explanation on how to use the components(chronoforms and chronoconnectivity)...yes i have used the front end list and the admin list but i can't figure out how to go get the information when clicking on the linkable item

what are the steps to take to list 3 table columns but when i click on the linkable field to show the rest of the data?

i read your short tutorial
#1- enter connection name.
#2- select a db table.
#3- navigate to the "Admin list settings" tab and enter few table columns names in the "List View Fields" box.
#4- go to the "Admin permissions" tab and set the "List Permissions" to "Super users" (or whatever group you have).

i have done this for the front list settings as well

i do not want to edit but only show the information

do i need a form for this if yes what do i put in the form ... i made a form for it and put chronoconnectivity task should i put something else ??
P4R4NORM4L 02 Jun, 2012
Hi bob
have you tried logging in to the site to see what is causing this i sent you a pm with login details

how can this be if it a fresh installation and only chronoforms & chronoconnectivity is intalled
P4R4NORM4L 02 Jun, 2012
This is the error message i get when i click on the linkable field

There is no connection with this name or may be the connection is not published, Please check the available connections in the Connections Manager.

Max_admin 03 Jun, 2012
Linkable fields will process a form event or send you to a different page, example:

You want to a display a "View" link in your connection, add this to the "Linkable fields":

View:view_e&cb={id}

I have assumed that you don't have a Model id (used "id" only) and that the primary key name is "id".

You should add "view_e" to the "Custom Data tasks" under the "Frontend editing" and you should add a new event to your form and name it "view_e", you should use there any code to process the data of the loaded record, but for testing purposes you can use a Debugger action to verify that the record is loaded correctly first.

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
P4R4NORM4L 04 Jun, 2012
wow thanks for all this info but the ID where do i get it

this is what i want to do

go to http://fndservers.com/~fndtest/uofo/
click on computers menu

there is a list of fields Serial Number | Current User | IP Address populated dynamically by open audit. The SQL Table has a lot more information in it but i do not want to show it all on this page now how do i link an item lets say ip address to a page who shows all the other information about that ip address or whichever i decide to link

i don't need a form for this do i? can't i simply use chronoconnectivity?

tell me if you need login credentials, i will pm it to you so you can show me how to make this happen
Max_admin 07 Jun, 2012
Connectivity can build lists on its own, but if you need things like full record view, editing/adding then you will have to use Chronoforms as well.

What's the primary key of this table ? you can check it under the "Auto loaded" tab in the connection page in the admin area.
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Admiral 11 Jun, 2012
Hi Max,
The tutorials you have been adding for the new ChronoConnectivity have been great! Any chance of a tutorial on this type of model using CC to list the Master records then CF to display the Detail records of a one to many relationship using Chronoforms?

Thanks again!
-Donald
admin_wiky 07 Aug, 2013

Linkable fields will process a form event or send you to a different page, example:

You want to a display a "View" link in your connection, add this to the "Linkable fields":

View:view_e&cb={id}

I have assumed that you don't have a Model id (used "id" only) and that the primary key name is "id".

You should add "view_e" to the "Custom Data tasks" under the "Frontend editing" and you should add a new event to your form and name it "view_e", you should use there any code to process the data of the loaded record, but for testing purposes you can use a Debugger action to verify that the record is loaded correctly first.

Regards,
Max




Hi Max,
could you be pls more specific in this last paragraph:

you should add a new event to your form and name it "view_e"


what form if in CC are no forms? what event?

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