Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available 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
nuBuilder Version: 4.5

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?
Attachments
NoTables.JPG
NoTables.JPG (54.17 KiB) Viewed 2403 times
kev1n
nuBuilder Team
Posts: 3801
Joined: Sun Oct 14, 2018 6:43 pm
nuBuilder Version: 4.5
Has thanked: 2 times
Been thanked: 9 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
nuBuilder Version: 4.5

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: 3801
Joined: Sun Oct 14, 2018 6:43 pm
nuBuilder Version: 4.5
Has thanked: 2 times
Been thanked: 9 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) ?
Attachments
2021-03-10_080210.png
2021-03-10_080210.png (61.06 KiB) Viewed 2383 times
Afeitl
Posts: 6
Joined: Sun Mar 07, 2021 4:38 am
nuBuilder Version: 4.5

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: 3801
Joined: Sun Oct 14, 2018 6:43 pm
nuBuilder Version: 4.5
Has thanked: 2 times
Been thanked: 9 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
tables.png (14.95 KiB) Viewed 2352 times
PS: For me it works like this:
form_builder_scroll.gif
form_builder_scroll.gif (530.12 KiB) Viewed 2352 times
Afeitl
Posts: 6
Joined: Sun Mar 07, 2021 4:38 am
nuBuilder Version: 4.5

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
Attachments
nuformtables.JPG
nuformtables.JPG (12.45 KiB) Viewed 2346 times
Afeitl
Posts: 6
Joined: Sun Mar 07, 2021 4:38 am
nuBuilder Version: 4.5

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: 3801
Joined: Sun Oct 14, 2018 6:43 pm
nuBuilder Version: 4.5
Has thanked: 2 times
Been thanked: 9 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
nuBuilder Version: 4.5

Re: Can't see my tables after install

Unread post by Afeitl »

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