I installed nubuilder4. I edited the config file. I created the database nubuilder. I get the login page. I can enter my credentials. But when I log in, I get a page full of errror like
Warning: Undefined array key "nuFilter" in D:\xampp8\htdocs\nubuilder4\nuform.php on line 1071
Warning: Undefined array key "form_id" in D:\xampp8\htdocs\nubuilder4\nucommon.php on line 250
Warning: Undefined array key "record_id" in D:\xampp8\htdocs\nubuilder4\nucommon.php on line 251
Warning: Undefined array key "object_id" in D:\xampp8\htdocs\nubuilder4\nucommon.php on line 305
Warning: Undefined array key "primary_key" in D:\xampp8\htdocs\nubuilder4\nucommon.php on line 306
Warning: Undefined array key "code" in D:\xampp8\htdocs\nubuilder4\nucommon.php on line 307
Warning: Undefined array key "nuFORMdata" in D:\xampp8\htdocs\nubuilder4\nuapi.php on line 27
Warning: Undefined array key "nufirsttime" in D:\xampp8\htdocs\nubuilder4\nucommon.php on line 447
Warning: Attempt to read property "sfi_code" on bool in D:\xampp8\htdocs\nubuilder4\nuform.php on line 1507
Warning: Attempt to read property "sfi_json" on bool in D:\xampp8\htdocs\nubuilder4\nuform.php on line 1508
Warning: Attempt to read property "sfi_code" on bool in D:\xampp8\htdocs\nubuilder4\nuform.php on line 1507
Warning: Attempt to read property "sfi_json" on bool in D:\xampp8\htdocs\nubuilder4\nuform.php on line 1508
And so on.... What is wrong? How can I solve this issue?
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 start nubuilder
-
- nuBuilder Team
- Posts: 4307
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 448 times
- Contact:
-
- nuBuilder Team
- Posts: 4307
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 448 times
- Contact:
Re: Cannot start nubuilder
Hi pvdw,
I updated Github with a fix that a addresses a PHP 8 related issue.
Please let me know if it works for you.
I updated Github with a fix that a addresses a PHP 8 related issue.
Please let me know if it works for you.
-
- Posts: 7
- Joined: Sun Dec 20, 2020 9:03 pm
Re: Cannot start nubuilder
Hello,
I'm using
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/8.0.0
Cliëntversie van database: libmysql - mysqlnd 8.0.0
PHP-uitbreiding: mysqli Documentatie curl Documentatie mbstring Documentatie
PHP-versie: 8.0.0
I'm using
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/8.0.0
Cliëntversie van database: libmysql - mysqlnd 8.0.0
PHP-uitbreiding: mysqli Documentatie curl Documentatie mbstring Documentatie
PHP-versie: 8.0.0
-
- nuBuilder Team
- Posts: 4307
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 448 times
- Contact:
-
- Posts: 7
- Joined: Sun Dec 20, 2020 9:03 pm
Re: Cannot start nubuilder
I'm new in NuBuilder.
I don't understand what you mean by ' the latest from Github'.
I don't understand what you mean by ' the latest from Github'.
-
- Posts: 7
- Joined: Sun Dec 20, 2020 9:03 pm
Re: Cannot start nubuilder
I removed my actual nubuild4 folder.
I unpacked the nubuilder4-master folder from the link.
I changed the values for $nuConfigDBGlobeadminUsername and $nuConfigDBGlobeadminPassword in the nuconfig.php file.
I have a mysql database nubuilder4 with all the tables and data as required.
The access for as well the 'root' user as my globeadminuser is ok, rights are ok, passwords are ok.
I launch the page http://localhost:8080/nubuilder4-master.
I get the nuBuilder page, I enter my credentials from the globeadmin user.
Still I have the same list of error once I click the login page.
I don't get the setup page to start Nubuilder.
This is the end of the message I get
Warning: Undefined array key "record_id" in D:\xampp8\htdocs\dashboard\nubuilder4-master\nuform.php on line 1219
I unpacked the nubuilder4-master folder from the link.
I changed the values for $nuConfigDBGlobeadminUsername and $nuConfigDBGlobeadminPassword in the nuconfig.php file.
I have a mysql database nubuilder4 with all the tables and data as required.
The access for as well the 'root' user as my globeadminuser is ok, rights are ok, passwords are ok.
I launch the page http://localhost:8080/nubuilder4-master.
I get the nuBuilder page, I enter my credentials from the globeadmin user.
Still I have the same list of error once I click the login page.
I don't get the setup page to start Nubuilder.
This is the end of the message I get
Warning: Undefined array key "record_id" in D:\xampp8\htdocs\dashboard\nubuilder4-master\nuform.php on line 1219
You do not have the required permissions to view the files attached to this post.
Last edited by kev1n on Wed Dec 23, 2020 7:28 am, edited 1 time in total.
Reason: Added the error message to an attachment
Reason: Added the error message to an attachment
-
- nuBuilder Team
- Posts: 4307
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 448 times
- Contact:
Re: Cannot start nubuilder
Thanks for reporting, we have fixed another PHP-8 related issue. Could you try again?
-
- Posts: 7
- Joined: Sun Dec 20, 2020 9:03 pm
Re: Cannot start nubuilder
I reinstalled again.
When I login with 'globeadmin' I get the same error as before.
I updated my config file as below with my user and password.
I get the message 'Invalid login'.
Don't know what to do next? Is it possible that my username must be registered somewhere? The user has access to the database.
<?php
$nuConfigDBHost = "127.0.0.1";
$nuConfigDBName = "nubuilder4";
$nuConfigDBUser = "root";
$nuConfigDBPassword = "";
$nuConfigDBGlobeadminUsername = "pvdw"; //-- globeadmin username
$nuConfigDBGlobeadminPassword = "------------"; //-- globeadmin password
$nuConfigTitle = "nuBuilder 4";
$nuConfigIsDemo = false;
$nuConfigTimeOut = 1440;
When I login with 'globeadmin' I get the same error as before.
I updated my config file as below with my user and password.
I get the message 'Invalid login'.
Don't know what to do next? Is it possible that my username must be registered somewhere? The user has access to the database.
<?php
$nuConfigDBHost = "127.0.0.1";
$nuConfigDBName = "nubuilder4";
$nuConfigDBUser = "root";
$nuConfigDBPassword = "";
$nuConfigDBGlobeadminUsername = "pvdw"; //-- globeadmin username
$nuConfigDBGlobeadminPassword = "------------"; //-- globeadmin password
$nuConfigTitle = "nuBuilder 4";
$nuConfigIsDemo = false;
$nuConfigTimeOut = 1440;