Page 1 of 2

mysterious banner

Posted: Fri Jul 18, 2025 4:15 pm
by Henk_2a
After moving my site to another provider i get the following screen when starting. Any idea what is written in this banner?
Thanks
tt.jpg

Re: mysterious banner

Posted: Fri Jul 18, 2025 5:26 pm
by kev1n
Hi,

Have you checked both the developer console and the server error logs for any issues?

Also check if your nuBuilder installation is compatible with the installed PHP/mySQL version.

Re: mysterious banner

Posted: Fri Jul 18, 2025 7:20 pm
by Henk_2a
Bingo! the php-version. You're the greatest

Re: mysterious banner

Posted: Mon Jul 21, 2025 10:58 am
by Henk_2a
tt.jpg
After changing the php-version it looked ok, but unfortunatey another problem occured. Each time I try to save a record I get the errormsg 'tablename' is not a valid tablename for a subform.
Even if there is no subform!
tt.jpg
The sqlversion an the original server is mariadb but on the new server mysql, could that be the problem?

Thanks again

Re: mysterious banner

Posted: Mon Jul 21, 2025 11:00 am
by kev1n
mySQL shouldn't be the problem. What is the version of nuBuilder you are using?

One thing to check is case sensitivity. The table name must be written exactly as it appears in the database, including letter case. Depending on the MySQL or MariaDB configuration, this may or may not be enforced.

Re: mysterious banner

Posted: Mon Jul 21, 2025 3:13 pm
by Henk_2a
I doubt case-sensitivity, it is on all forms and even on zzz-files.
The version is very old, the first forte 4.0

Re: mysterious banner

Posted: Mon Jul 21, 2025 3:49 pm
by kev1n
It might not be fully compatible with newer PHP/MySQL versions. I have an idea of what might be causing the issue—I'll post more about it later.

Re: mysterious banner

Posted: Mon Jul 21, 2025 6:31 pm
by Henk_2a
ok, thanks for your attention

Re: mysterious banner

Posted: Mon Jul 21, 2025 8:11 pm
by kev1n
Could you upload your nucommon.php and nudatabase.php files here?

Re: mysterious banner

Posted: Mon Jul 21, 2025 9:48 pm
by Henk_2a
see attachments