Page 1 of 2
Missing Elemtens on Page - not completely created
Posted: Mon Sep 09, 2019 4:25 pm
by sonyandi
Hello,
I have the latest version of nuBuilder Forte installed on Ubuntu 18.04.
If I sign up as a globeadmin and want to create a fast form, the page will not be completely created.
I have the same version installed on Windows / xampp and get no problems.
Does anyone know why?
When I click on available objects on the left, they are not added to the right side.
In the attached screenshot you can see that the right side is empty.
Re: Missing Elemtens on Page - not completely created
Posted: Mon Sep 09, 2019 5:01 pm
by kev1n
I think you need to enter a table name first.
Re: Missing Elemtens on Page - not completely created
Posted: Mon Sep 09, 2019 5:21 pm
by sonyandi
Even if i select the table First is the same behaviour
Re: Missing Elemtens on Page - not completely created
Posted: Mon Sep 09, 2019 5:34 pm
by kev1n
That's odd. It works just fine for me. Please check the server logs and open the developer console (F12) to see if there are any error messages.
build fast form.PNG
Re: Missing Elemtens on Page - not completely created
Posted: Mon Sep 09, 2019 5:59 pm
by sonyandi
it must be a server/php config problem because the same installation works on windows/xampp, but i don't know what
In the server error.log i can't find anything.
This is the output on the developer console, hope that helps
Re: Missing Elemtens on Page - not completely created
Posted: Mon Sep 09, 2019 6:11 pm
by calida
hi try to edit this file
and attack this at the bottom
Code: Select all
[client]
port=3306
socket=/tmp/mysql.sock
[mysqld]
port=3306
socket=/tmp/mysql.sock
key_buffer_size=16M
max_allowed_packet=8M
sql-mode=NO_ENGINE_SUBSTITUTION
[mysqldump]
quick
Re: Missing Elemtens on Page - not completely created
Posted: Mon Sep 09, 2019 11:20 pm
by sonyandi
hello calida,
Thanks for your tip.
When I added these lines to /etc/alternatives/my.cnf, Nubuilder worked fine, but my other web app was flawed.
So I just added
Code: Select all
sql-mode = NO_ENGINE_SUBSTITUTION
in /etc/mysql/mysql.conf.d/mysqld.cnf in the mysqld section and restarted mysql.
Everything works now.
But can you explain the reason for this or what causes sql-mode = NO_ENGINE_SUBSTITUTION?
Re: Missing Elemtens on Page - not completely created
Posted: Tue Sep 10, 2019 4:47 pm
by calida
I don't know the reason, I knew how to help you because I had your same problem three days ago.
I found the solution on github.
Unfortunately the documentation is very little
Re: Missing Elemtens on Page - not completely created
Posted: Tue Sep 10, 2019 6:00 pm
by kev1n
calida wrote:I don't know the reason, I knew how to help you because I had your same problem three days ago.
I found the solution on github.
Unfortunately the documentation is very little
This would definitely be something to be included in the wiki.
Re: Missing Elemtens on Page - not completely created
Posted: Thu Aug 06, 2020 5:13 pm
by ernesttan1976
Same thing happened to me. Wish I had searched this page earlier.
I was moving Nubuilder from one server to another. Destination server is Windows AMPPS with Mysql 8.0.
It was giving me sql_mode errors.