Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Form create issue

Questions related to using nuBuilder Forte.
Post Reply
aialuc
Posts: 2
Joined: Thu Dec 07, 2017 2:42 pm

Form create issue

Unread post 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
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Form create issue

Unread post by admin »

luca,

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

Steven
aialuc
Posts: 2
Joined: Thu Dec 07, 2017 2:42 pm

Re: Form create issue

Unread post by aialuc »

Hi,

I resolve the issue following some post find in the forum for NubuilderPro v3 by deactivating strict sql mode.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Form create issue

Unread post by admin »

.
Post Reply