When editing or saving a form that always worked with chronoform 3 (database with mysql 5) if the form code contains php code like:
we have immediatly an error when saving, applying or even aborting form modification. The error is:
500 - An error has occurred.
Internal Server Error - SQL Injection detected!
Thanks for any help.
paolo
$db =& JFactory::getDBO();
$query = "SELECT `field` FROM `#__chronoforms_form_myform` ORDER BY `cf_id` DESC";
$db->setQuery($query);
we have immediatly an error when saving, applying or even aborting form modification. The error is:
500 - An error has occurred.
Internal Server Error - SQL Injection detected!
Thanks for any help.
paolo
This topic is locked and no more replies can be posted.