Hello everyone I have the following problem, I use the ChronoForms component for work (version 1.4 - and unfortunately for technical reasons I can't update it). When I use the add-on chronoconnectivity to display the contents of the data sent through the form - once - that I created, the data is displayed twice, while in reality the database contains only one row.
How can I fix the problem?
Thanks
How can I fix the problem?
Thanks
Hi marcoluigia,
Sorry, I have no idea. Normally ChronoConnectivity just reads each record in the table and shows it, I can't think of anything that would make it read each record twice. Is there a debug setting in the version of CC you are using? If there is then turning that on should show you the MySQL query being used. If not then site Debug will also do so.
Bob
Sorry, I have no idea. Normally ChronoConnectivity just reads each record in the table and shows it, I can't think of anything that would make it read each record twice. Is there a debug setting in the version of CC you are using? If there is then turning that on should show you the MySQL query being used. If not then site Debug will also do so.
Bob
Thanks for the quick reply, I do not think it is a version problem I used another form with chronoconnectivity without problems. I can just post the query msql used. Thanks again
would be possible to install the new version of chronoform chronoconnectivity and maintaining the 1.4 thanks.
Hi marcoluigia,
Probably not usefully. Technically it will install but CCv4 requires that you have CFv4 installed (I'm not sure if CCv5 does). It's probably going to be more trouble that it is worth.
There has to be simple explanation for the double display that you are getting now :-(
Bob
Bob
Probably not usefully. Technically it will install but CCv4 requires that you have CFv4 installed (I'm not sure if CCv5 does). It's probably going to be more trouble that it is worth.
There has to be simple explanation for the double display that you are getting now :-(
Bob
Bob
Hi again here is my form setting:
http://www.friulisitiweb.it/form.pdf
and here my connection settig:
http://www.friulisitiweb.it/connection.pdf
some informations have been obscured for privacy reasons
many thanks
http://www.friulisitiweb.it/form.pdf
and here my connection settig:
http://www.friulisitiweb.it/connection.pdf
some informations have been obscured for privacy reasons
many thanks
query of connection
WHERE area_pubblica='INFORMAZIONI GENERALI'
body of connection:
<td bgcolor="#FFFFFF"><ul><ul><li>{titolo} - <span class="afa_ordine">({ordine})</span> </li><BR><BR><span class="afa_ordine">{descrizione}</span><br> {new_record} {edit_record} {delete_record} </ul><HR></td> </tr>
footer of connection
</ul></td> </tr> </table>
WHERE area_pubblica='INFORMAZIONI GENERALI'
body of connection:
<td bgcolor="#FFFFFF"><ul><ul><li>{titolo} - <span class="afa_ordine">({ordine})</span> </li><BR><BR><span class="afa_ordine">{descrizione}</span><br> {new_record} {edit_record} {delete_record} </ul><HR></td> </tr>
footer of connection
</ul></td> </tr> </table>
This topic is locked and no more replies can be posted.