Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

mysterious banner

Questions related to installing, updating, setting up and configuring
kev1n
nuBuilder Team
Posts: 4444
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 75 times
Been thanked: 484 times
Contact:

Re: mysterious banner

Unread post by kev1n »

In MySQL 5.7 and MySQL 5.6, queries against INFORMATION_SCHEMA.TABLES returned column names in lowercase such as table_name, table_schema.

With the transition to MySQL 8.0, the implementation of INFORMATION_SCHEMA was re-engineered to use views over the transactional data dictionary, leading to column names being returned in uppercase (e.g. TABLE_NAME, TABLE_SCHEMA)

:arrow: Replace all occurrences of table_name with TABLE_NAME (I counted 7) in nucommon.php and check if the saving error is gone.

Some other issues might come up with your versions (PHP deprecations etc). I highly recommend updating nuBuilder to a newer version if possible.
Henk_2a
Posts: 60
Joined: Sun Feb 14, 2016 8:42 pm
Location: Nederland
Has thanked: 1 time

Re: mysterious banner

Unread post by Henk_2a »

Perfect!! thanks
I indeed need to update, but I didn't dare to update with errors in the system. Now it looks everything is ok, so now I will update. Thanks for your help
Henk_2a
Posts: 60
Joined: Sun Feb 14, 2016 8:42 pm
Location: Nederland
Has thanked: 1 time

Re: mysterious banner

Unread post by Henk_2a »

4.5 installed and working
Is it necessary to install all version sequently, or can i just install the latest.
kev1n
nuBuilder Team
Posts: 4444
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 75 times
Been thanked: 484 times
Contact:

Re: mysterious banner

Unread post by kev1n »

You can install the latest directly.
Post Reply