Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Can't see my tables after install

Questions related to installing, updating, setting up and configuring
Post Reply
Afeitl
Posts: 6
Joined: Sun Mar 07, 2021 4:38 am

Can't see my tables after install

Unread post by Afeitl »

I installed NuBuilder in an Oracle Cloud Linux environment
I had an existing MySQL Db that I pointed NuBuilder to on Install
The install seemed to run fn I ine
NuBuilder starts fine and I can see all the screens
When I open PhpMyAdmin, I can see the install files and my previous schemas.
I created several new tables in the NuBuilder Schema using PhpMyAdmin
When I go to the Builder window and open any button, no tables show and typing in a table name does not give me the fields to select.
See the attachment for and example
What did I do wrong?
Did I miss setting up something?
You do not have the required permissions to view the files attached to this post.
kev1n
nuBuilder Team
Posts: 4292
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: Can't see my tables after install

Unread post by kev1n »

Hi,

Did you use the keyboard up and down arrows to scroll through the list?
Als try restarting your browser after adding new tables.
Afeitl
Posts: 6
Joined: Sun Mar 07, 2021 4:38 am

Re: Can't see my tables after install

Unread post by Afeitl »

Thanks for the suggestions but still no luck.

I have restarted several time and tried the Up and Don hours - still no good

Al
kev1n
nuBuilder Team
Posts: 4292
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: Can't see my tables after install

Unread post by kev1n »

Are the tables shown when you run

Code: Select all

nuSERVERRESPONSE.tableSchema
in the Developer Console (F12) ?
You do not have the required permissions to view the files attached to this post.
Afeitl
Posts: 6
Joined: Sun Mar 07, 2021 4:38 am

Re: Can't see my tables after install

Unread post by Afeitl »

Yes, I see the Tables when I run nuSERVERRESPONSE.tableSchema
kev1n
nuBuilder Team
Posts: 4292
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: Can't see my tables after install

Unread post by kev1n »

Does this also show the tables?

Code: Select all

nuFORM.getJustTables()
tables.png
PS: For me it works like this:
form_builder_scroll.gif
You do not have the required permissions to view the files attached to this post.
Afeitl
Posts: 6
Joined: Sun Mar 07, 2021 4:38 am

Re: Can't see my tables after install

Unread post by Afeitl »

This show the tables but not in the arrow list. see attached. Thak you
You do not have the required permissions to view the files attached to this post.
Afeitl
Posts: 6
Joined: Sun Mar 07, 2021 4:38 am

Re: Can't see my tables after install

Unread post by Afeitl »

I have found that thisis a problem with Chrome. I.e. and Firefix work properly.

I am using
Google Chrome is up to date
Version 89.0.4389.90 (Official Build) (64-bit)

Has anyone else hit this issue?
kev1n
nuBuilder Team
Posts: 4292
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: Can't see my tables after install

Unread post by kev1n »

I suspect one of your installed extensions is interfering. Try disabling all extensions temporarily maybe by using:
https://chrome.google.com/webstore/deta ... =it&gl=001
Then log in again into nuBuilder to see if the issue is still there.
Afeitl
Posts: 6
Joined: Sun Mar 07, 2021 4:38 am

Re: Can't see my tables after install

Unread post by Afeitl »

That Worked!!! Thank You!!!!
Post Reply