Hello,
I followed the http://www.chronoengine.com/faqs/72-ccv5/5213-direct-list-editing.html with this code in the "fields-Box":
When testing the connection I receive this SQL-Error:
Right now I'm using Xampp with MySQL 5.6.20 and PHP: 5.5.15 with Chronoconnectivity 5.0.1. Do I need a different SQL-Version? What's wrong with the code I try to use? Any help would be appreciated.
Thank you.
Tom
I followed the http://www.chronoengine.com/faqs/72-ccv5/5213-direct-list-editing.html with this code in the "fields-Box":
PONA.wu:<input type="text" name="PONA[{PONA.id}][wu]" value="{PONA.wu}" class="form-control A" size="30"/>
When testing the connection I receive this SQL-Error:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '.`wu}" class="form-control A" size="30"/>` AS `PONA.wu:<input type="text" name="' at line 1 SQL=SELECT `PONA`.`wu:<input type="text" name="PONA[{PONA`.`id}][wu]" value="{PONA`.`wu}" class="form-control A" size="30"/>` AS `PONA.wu:<input type="text" name="PONA[{PONA.id}][wu]" value="{PONA.wu}" class="form-control A" size="30"/>` FROM `tools_chronoengine_nachforschung` AS `PONA` WHERE PONA.Kunde = current_date() AND `PONA`.`joomla_id` = '714' ORDER BY `PONA`.`created` DESC LIMIT 100
Right now I'm using Xampp with MySQL 5.6.20 and PHP: 5.5.15 with Chronoconnectivity 5.0.1. Do I need a different SQL-Version? What's wrong with the code I try to use? Any help would be appreciated.
Thank you.
Tom