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.
Missing Elemtens on Page - not completely created
-
- Posts: 4
- Joined: Sun Sep 08, 2019 9:46 pm
Missing Elemtens on Page - not completely created
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.
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.
You do not have the required permissions to view the files attached to this post.
-
- nuBuilder Team
- Posts: 4307
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 448 times
- Contact:
-
- Posts: 4
- Joined: Sun Sep 08, 2019 9:46 pm
Re: Missing Elemtens on Page - not completely created
Even if i select the table First is the same behaviour
-
- nuBuilder Team
- Posts: 4307
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 448 times
- Contact:
Re: Missing Elemtens on Page - not completely created
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.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 4
- Joined: Sun Sep 08, 2019 9:46 pm
Re: Missing Elemtens on Page - not completely created
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
In the server error.log i can't find anything.
This is the output on the developer console, hope that helps
You do not have the required permissions to view the files attached to this post.
-
- Posts: 6
- Joined: Thu Mar 30, 2017 12:14 am
Re: Missing Elemtens on Page - not completely created
hi try to edit this file
and attack this at the bottom
Code: Select all
/etc/alternatives/my.cnf
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
-
- Posts: 4
- Joined: Sun Sep 08, 2019 9:46 pm
Re: Missing Elemtens on Page - not completely created
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
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?
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
Everything works now.
But can you explain the reason for this or what causes sql-mode = NO_ENGINE_SUBSTITUTION?
-
- Posts: 6
- Joined: Thu Mar 30, 2017 12:14 am
Re: Missing Elemtens on Page - not completely created
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
I found the solution on github.
Unfortunately the documentation is very little
-
- nuBuilder Team
- Posts: 4307
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 448 times
- Contact:
Re: Missing Elemtens on Page - not completely created
This would definitely be something to be included in the wiki.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
-
- Posts: 51
- Joined: Sat May 16, 2020 10:08 am
Re: Missing Elemtens on Page - not completely created
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.
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.