Hello,
I just update to Joomla 3.6.0, Chronoforms 4.0.7, and PHP 7.
I followed the faq below to make a folder for 3.6 and Chronoforms and Chronoconnectivity work fine in the Administrator area.
http://www.chronoengine.com/faqs/56-cfv4/cfv4-other-faqs/5125-chronoformschronoconnectivity-fails-after-a-joomla-upgrade.html
I have one thing that did not work on my front-end. I allow my front-end user to login and see form submission.
I have Chronoconnectivity to see a custom listing from database.
I have one column with a link in the listing that passing cf_id to view more detail for that id.
I have K2 item with a custom code to get all detail for cf_id that passing.
The custom listing on Chronoconnectivity works fine, I can see all the list from the database.
When I click a link to see more detail, I got a blank page.
The link that I had to go to view detail similar to an example below. It links to K2 item id 102 and gets all information for cf_id 12
http://mywebsite.com/component/k2/102?cf_id=12
Please advise.
Thank you,
Nilubon
I just update to Joomla 3.6.0, Chronoforms 4.0.7, and PHP 7.
I followed the faq below to make a folder for 3.6 and Chronoforms and Chronoconnectivity work fine in the Administrator area.
http://www.chronoengine.com/faqs/56-cfv4/cfv4-other-faqs/5125-chronoformschronoconnectivity-fails-after-a-joomla-upgrade.html
I have one thing that did not work on my front-end. I allow my front-end user to login and see form submission.
I have Chronoconnectivity to see a custom listing from database.
I have one column with a link in the listing that passing cf_id to view more detail for that id.
I have K2 item with a custom code to get all detail for cf_id that passing.
The custom listing on Chronoconnectivity works fine, I can see all the list from the database.
When I click a link to see more detail, I got a blank page.
The link that I had to go to view detail similar to an example below. It links to K2 item id 102 and gets all information for cf_id 12
http://mywebsite.com/component/k2/102?cf_id=12
Please advise.
Thank you,
Nilubon
Hello nilubon03,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
My form data isn't saving to the database correctly
My CFv5 form data isn't saving to the database correctly
How do I save form data to a database table?
How to load record data from a database table into your form
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
My form data isn't saving to the database correctly
My CFv5 form data isn't saving to the database correctly
How do I save form data to a database table?
How to load record data from a database table into your form
P.S: I'm just an automated service😉
Hi Nilubon,
What is the URL that gives you the blank page? It looks to me as if this may be a problem with SEF URLs?
Bob
What is the URL that gives you the blank page? It looks to me as if this may be a problem with SEF URLs?
Bob
Hi Bob,
The URL gave me the blank page is
http://mywebsite.com/component/k2/102?cf_id=12
I thought about the SEF URLs too. I have Canonical Links for K2 installed. I disable that plugin, but it is still gave me a blank page. Do you need to have a front-end login to see it?
Thank you,
Nilubon
The URL gave me the blank page is
http://mywebsite.com/component/k2/102?cf_id=12
I thought about the SEF URLs too. I have Canonical Links for K2 installed. I disable that plugin, but it is still gave me a blank page. Do you need to have a front-end login to see it?
Thank you,
Nilubon
Hi Hilubon,
It sounds as though this is a problem with the URLs you are adding in the CC listing - nothing to do with CC itself. Please try replacing them with a full URL that works.
Bob
It sounds as though this is a problem with the URLs you are adding in the CC listing - nothing to do with CC itself. Please try replacing them with a full URL that works.
Bob
Hi Bob,
I misunderstand your question, sorry.
This is a link on CC listing.
<a href="index.php?option=com_k2&view=item&id=102&cf_id={cf_id}">View</a>
This is a link displays on an address bar.
http://mywebsite.com/component/k2/102?cf_id=12
It has been working before. Is there something else I can check?
Thank you,
M
I misunderstand your question, sorry.
This is a link on CC listing.
<a href="index.php?option=com_k2&view=item&id=102&cf_id={cf_id}">View</a>
This is a link displays on an address bar.
http://mywebsite.com/component/k2/102?cf_id=12
It has been working before. Is there something else I can check?
Thank you,
M
Hi nilubon03,
That looks like K2 URL with a cf_id value? Is that what you intend? Or should that be a ChronoForms URL?
Bob
That looks like K2 URL with a cf_id value? Is that what you intend? Or should that be a ChronoForms URL?
Bob
Hi Bob,
Yes, it was my intension. I have chronoforms with a custom code to retrieve information by cf_id, then I embed a form in K2 item, so the link on CC listing links to K2 item.
I just roll my site back from Joomla 3.6.0 to 3.4.8, php from 7 to 5.5.38, and chronoforms 4.0.6 and it fix that issue. That link worked. I can see all information by cf_id.
Do you think that issue may come one of those updates?
Thank you,
Nilubon
Yes, it was my intension. I have chronoforms with a custom code to retrieve information by cf_id, then I embed a form in K2 item, so the link on CC listing links to K2 item.
I just roll my site back from Joomla 3.6.0 to 3.4.8, php from 7 to 5.5.38, and chronoforms 4.0.6 and it fix that issue. That link worked. I can see all information by cf_id.
Do you think that issue may come one of those updates?
Thank you,
Nilubon
This topic is locked and no more replies can be posted.