http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=12&t=81417
Is this the best it gets? Trying to setup a basic connection to a chronoform so can display the data in our admin section.
Those instructions DON'T DO IT
So is there someplace, anyplace where there some basic instructions? Got imagine want people use this product, buy stuff and other things but damnnnnnnnnn. How about some easier and better instructions?
Parse error: syntax error, unexpected T_STRING, expecting '{' in /libraries/cegcore/libs/model.php(141) : eval()'d code on line 4
Fatal error: Class '\GCore\Models\Session Notes' not found in /administrator/components/com_chronoconnectivity5/chronoconnectivity/controllers/lists.php on line 40
thanks,
Will
Is this the best it gets? Trying to setup a basic connection to a chronoform so can display the data in our admin section.
Those instructions DON'T DO IT
So is there someplace, anyplace where there some basic instructions? Got imagine want people use this product, buy stuff and other things but damnnnnnnnnn. How about some easier and better instructions?
Parse error: syntax error, unexpected T_STRING, expecting '{' in /libraries/cegcore/libs/model.php(141) : eval()'d code on line 4
Fatal error: Class '\GCore\Models\Session Notes' not found in /administrator/components/com_chronoconnectivity5/chronoconnectivity/controllers/lists.php on line 40
thanks,
Will
Hi,
It looks like you are using V5 which doesn't have enough documentation yet, the error you have is caused by a space in the model name, please don't use spaces or special characeters in the model name, the steps are easy:
#1- add a model name and select a table, you may optional add conditions..etc
#2- Go to the the "Front list" tab or the "Admin list" (whatever you want to use) and add the columns you want to use, they should start with your model name, so you may add:
assuming your table has "id" and "name" fields.
#3- go to the "Permissions" tab (under front/admin list) and allow the appropriate groups for the "index" action.
Save and test!
That should be enough for building a list of 2 columns, but you may do much more customization, I'm planning to write a full tutorial ASAP!🙂
Regards,
Max
It looks like you are using V5 which doesn't have enough documentation yet, the error you have is caused by a space in the model name, please don't use spaces or special characeters in the model name, the steps are easy:
#1- add a model name and select a table, you may optional add conditions..etc
#2- Go to the the "Front list" tab or the "Admin list" (whatever you want to use) and add the columns you want to use, they should start with your model name, so you may add:
MODEL.id
MODEL.name
assuming your table has "id" and "name" fields.
#3- go to the "Permissions" tab (under front/admin list) and allow the appropriate groups for the "index" action.
Save and test!
That should be enough for building a list of 2 columns, but you may do much more customization, I'm planning to write a full tutorial ASAP!🙂
Regards,
Max
Yes, we have 4 available now under the FAQs page!
This topic is locked and no more replies can be posted.