Welcome to the nuBuilder Forums!

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

Missing submit buttons

Questions related to using nuBuilder Forte.
wrightie
Posts: 5
Joined: Fri Dec 14, 2018 5:41 pm

Missing submit buttons

Unread post by wrightie »

I have successfully installed nuBuilder Forte.
I can login with no issues; then I select the setup button and I land into the setup page. I can see all the three tabs, choose a timezone and a language, but I can't see any button to confirm my choices. If I click the "Home" breadcrumb, the browser (correctly) warns me that I'm leaving without saving, and if I click I lose my updated setup.
Same when I follow the user guide tutorial: at the beginning of page 27, after entering the Forms tab, I should press an "Add" button, but I can't see it.
Tested on Apache 2.4 with both PHP 5.6 and 7.2: same issue.
No error logged by Apache (except this PHP 7.2 warning: Use of undefined constant help - assumed 'help' (this will throw an Error in a future version of PHP) in localhost\nuform.php on line 756).
Seems like I'm the only one showing this issue; am I missing any needed PHP extension?
Thank you for your effort.

wrightie
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Missing submit buttons

Unread post by admin »

wrightie,

Try closing your browser down and starting nuBuilder again.


Steven
wrightie
Posts: 5
Joined: Fri Dec 14, 2018 5:41 pm

Re: Missing submit buttons

Unread post by wrightie »

No luck :cry:
Closed the browser, shut down the server, restarted the browser, restarted the server; same issue :|
Even changed 3 browsers (Chrome, Edge, Firefox): no luck. Checked the developer tools: no console errors; no Apache errors logged (except the one I already talked about), no MySQL error logged...
Thank you for your support btw ;)

wrightie
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Missing submit buttons

Unread post by admin »

.
wrightie
Posts: 5
Joined: Fri Dec 14, 2018 5:41 pm

Re: Missing submit buttons

Unread post by wrightie »

Any suggestion?
Which PHP modules are required btw?
Thanks in advance.

wrightie
ARWEN
Posts: 78
Joined: Thu Nov 01, 2018 6:01 am

Re: Missing submit buttons

Unread post by ARWEN »

Are the buttons missing in all forms?
buttons.png
What you can try: Invoke the save action in the console. nuSaveAction(); Does this work?
You do not have the required permissions to view the files attached to this post.
wrightie
Posts: 5
Joined: Fri Dec 14, 2018 5:41 pm

Re: Missing submit buttons

Unread post by wrightie »

The buttons are missing in all forms.
I tested the setup page, changing the language; invoking nuSaveAction(); from the console works, but throws an exception:
Screenshot.png
Being thorough, nuSaveAction(); returns "undefined" in the console, but as soon as I press the enter button an exception pops up: "zzzzsys_setup is not a valid table name for a Subform".
Just a tip: I previously set the language and the timezone to Italian and Europe/Rome directly editing the database; it's the only direct change I have made, and I did it just because there were no submit buttons :)
Help is appreciated ;)
Thank you.

wrightie
You do not have the required permissions to view the files attached to this post.
ARWEN
Posts: 78
Joined: Thu Nov 01, 2018 6:01 am

Re: Missing submit buttons

Unread post by ARWEN »

It looks like you're not using the latest from Github.
setup.PNG
Download it from here https://github.com/nuSoftware/nuBuilder4/commits/master
You do not have the required permissions to view the files attached to this post.
wrightie
Posts: 5
Joined: Fri Dec 14, 2018 5:41 pm

Re: Missing submit buttons

Unread post by wrightie »

Thank you Arwen, that was the issue :oops:
I was using the latest SourceForge release; after updating to the latest GitHub commit it works like a charm :)
You can mark it as solved :)
Thank you for your effort.

wrightie
ARWEN
Posts: 78
Joined: Thu Nov 01, 2018 6:01 am

Re: Missing submit buttons

Unread post by ARWEN »

It's better to download from Github. Sourceforce hasn't been updated in awhile and has unfixed issues.
Post Reply