Hi, I have installed nuBuilder on my webserver - FreeBSD / PHP 7.1 / MariaDB
I can login etc, but when I try and add a user, press save, it says saving, but no user is created. Looking in the table, nothing is created.
If I edit the globeadmin user and change the email address for example, it will save the change and the database is updated.
Any Ideas?
Thanks
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.
Cannot add users
-
- nuBuilder Team
- Posts: 4304
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: Cannot add users
Hi, it check if errors are output in the developer console (F12). Also check your PHP log files if you spot any errors.
-
- Posts: 2
- Joined: Sun Oct 28, 2018 2:36 pm
Re: Cannot add users
Hi, no, not seeing any errors in the Chrome Console, nothing in php-fpm.log.
Reagrds
Reagrds
-
- Posts: 75
- Joined: Tue Dec 26, 2017 8:58 pm
Re: Cannot add users
i have the same problem.
For me its a sql problem. see nuDebug Results
SQLSTATE[HY000]: General error: 1364 Field 'sus_language' doesn't have a default value
i have the same problem throughout nuBuilder at the moment. various insert commands nuBuilder uses doesn't always cover all the fields in its table. if the missing field(s) in the table do not have a default value the insertion command fails on my version of Mariadb. i have being reporting them as i find them
a temporary solution is to go into phpmyadmin and alter the sus_language field in zzzzsys_user to accept nulls
Andrew
For me its a sql problem. see nuDebug Results
SQLSTATE[HY000]: General error: 1364 Field 'sus_language' doesn't have a default value
i have the same problem throughout nuBuilder at the moment. various insert commands nuBuilder uses doesn't always cover all the fields in its table. if the missing field(s) in the table do not have a default value the insertion command fails on my version of Mariadb. i have being reporting them as i find them
a temporary solution is to go into phpmyadmin and alter the sus_language field in zzzzsys_user to accept nulls
Andrew
-
- Posts: 78
- Joined: Thu Nov 01, 2018 6:01 am