Welcome to the nuBuilder Forums!

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

nuconfig not accepted

Questions related to customising nuBuilder Forte with JavaScript or PHP.
Post Reply
Duski
Posts: 95
Joined: Thu Mar 04, 2021 2:03 pm

nuconfig not accepted

Unread post by Duski »

I made changes in nuconfig:

Code: Select all

//Administrator Login:
$nuConfigDBGlobeadminUsername = "xxxx";	//globeadmin-- Administrator username. You can choose any username you like.
$nuConfigDBGlobeadminPassword = "yyyyy";	//nu-- Administrator password. Please choose a stronger password!
Saved, cleared cache, restarted browser, but unable login with new credentials. Logging with standard credentials (globeadmin, nu) works.

What's wrong ? Pls. help.
Thanx in advance.
kev1n
nuBuilder Team
Posts: 4301
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: nuconfig not accepted

Unread post by kev1n »

Could you try updating your db to the latest version? Even if you are, pull the latest files from Github because your db is missing many pks (looking at the db dump that you sent me)
Duski
Posts: 95
Joined: Thu Mar 04, 2021 2:03 pm

Re: nuconfig not accepted

Unread post by Duski »

Couldnt't it better to build my app once more from scratch ? It could perhaps solve ALL my problems ...
I'm sorry for my huge number of questions :-(
kev1n
nuBuilder Team
Posts: 4301
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: nuconfig not accepted

Unread post by kev1n »

I would first try updating which will restore/fix the system tables
Post Reply