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
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Form create issue
-
- Posts: 2
- Joined: Thu Dec 07, 2017 2:42 pm
Re: Form create issue
Hi,
I resolve the issue following some post find in the forum for NubuilderPro v3 by deactivating strict sql mode.
I resolve the issue following some post find in the forum for NubuilderPro v3 by deactivating strict sql mode.