When we import a form from Chornoforms5, after clicking on the button 'Create Form' the message appears:
Es ist ein Fehler aufgetreten!
22007 22007, 1366, Incorrect integer value: '' for column `chronog3_forms7`.`id` at row 1
We have tested it with various forms that need to be imported, but this message always appears.
Creating completely new forms works.
What could be the reason for the errormessage?
Es ist ein Fehler aufgetreten!
22007 22007, 1366, Incorrect integer value: '' for column `chronog3_forms7`.`id` at row 1
We have tested it with various forms that need to be imported, but this message always appears.
Creating completely new forms works.
What could be the reason for the errormessage?
I have a fix for this issue, open this file:
and find this line:
then change it to this:
Does it solve the issue for you ?
JOOMLA\administrator\components\com_chronoforms7\chronoforms\controllers\connections.php
and find this line:
$connection['Connection'] = \G3\A\E\Chronoforms\L\Converter::cf5(['Connection' => $form['Form']], ['id' => '']);
then change it to this:
$connection['Connection'] = \G3\A\E\Chronoforms\L\Converter::cf5(['Connection' => $form['Form']], ['id' => 0]);
Does it solve the issue for you ?
You need to login to be able to post a reply.