Welcome to the nuBuilder Forums!

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

Cannot add users

Questions related to using nuBuilder Forte.
Post Reply
ItsOggy
Posts: 2
Joined: Sun Oct 28, 2018 2:36 pm

Cannot add users

Unread post by ItsOggy »

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
kev1n
nuBuilder Team
Posts: 4301
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: Cannot add users

Unread post by kev1n »

Hi, it check if errors are output in the developer console (F12). Also check your PHP log files if you spot any errors.
ItsOggy
Posts: 2
Joined: Sun Oct 28, 2018 2:36 pm

Re: Cannot add users

Unread post by ItsOggy »

Hi, no, not seeing any errors in the Chrome Console, nothing in php-fpm.log.

Reagrds
ARWEN
Posts: 78
Joined: Thu Nov 01, 2018 6:01 am

Re: Cannot add users

Unread post by ARWEN »

Not working either :!: :?:
alf1976
Posts: 75
Joined: Tue Dec 26, 2017 8:58 pm

Re: Cannot add users

Unread post by alf1976 »

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
ARWEN
Posts: 78
Joined: Thu Nov 01, 2018 6:01 am

Re: Cannot add users

Unread post by ARWEN »

This helped. Thank you Andrew.
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Cannot add users

Unread post by admin »

.
Post Reply