Page 1 of 1

Form create issue

Posted: Thu Dec 07, 2017 2:50 pm
by aialuc
I tried to create a simple form but when I Save receive the following error message :

PHP Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 1364 Field 'deb_order' doesn't have a default value in /var/www/html/nuBuilder4/nucommon.php:60\nStack trace:\n#0 /var/www/html/nuBuilder4/nucommon.php(60): PDOStatement->execute(Array)\n#1 /var/www/html/nuBuilder4/nucommon.php(102): nuDebugResult('2017-12-08 00:1...')\n#2 /var/www/html/nuBuilder4/nudatabase.php(91): nuDebug('\\n===USER=======...')\n#3 /var/www/html/nuBuilder4/nudata.php(281): nuRunQuery('INSERT INTO zzz...')\n#4 /var/www/html/nuBuilder4/nuapi.php(45): nuUpdateDatabase()\n#5 {main}\n thrown in /var/www/html/nuBuilder4/nucommon.php on line 60, referer: http://localhost/nuBuilder4/

It seems related to the debug table : zzzzsys_debug. Eventually is it possible to disable debug mode ?

Regards
luca

Re: Form create issue

Posted: Mon Dec 11, 2017 9:33 am
by admin
luca,

Have you done this... http://wiki.nubuilder.net/nubuilderfort ... lder_Forte?

Steven

Re: Form create issue

Posted: Mon Dec 11, 2017 4:24 pm
by aialuc
Hi,

I resolve the issue following some post find in the forum for NubuilderPro v3 by deactivating strict sql mode.

Re: Form create issue

Posted: Mon Dec 11, 2017 6:37 pm
by admin
.