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
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 submit buttons
Re: Missing submit buttons
wrightie,
Try closing your browser down and starting nuBuilder again.
Steven
Try closing your browser down and starting nuBuilder again.
Steven
-
- Posts: 5
- Joined: Fri Dec 14, 2018 5:41 pm
Re: Missing submit buttons
No luck
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

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
-
- Posts: 5
- Joined: Fri Dec 14, 2018 5:41 pm
Re: Missing submit buttons
Any suggestion?
Which PHP modules are required btw?
Thanks in advance.
wrightie
Which PHP modules are required btw?
Thanks in advance.
wrightie
-
- Posts: 78
- Joined: Thu Nov 01, 2018 6:01 am
Re: Missing submit buttons
Are the buttons missing in all forms?
What you can try: Invoke the save action in the console. nuSaveAction(); Does this work?
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.
-
- Posts: 5
- Joined: Fri Dec 14, 2018 5:41 pm
Re: Missing submit buttons
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:
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
I tested the setup page, changing the language; invoking nuSaveAction(); from the console works, but throws an exception:
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.
-
- Posts: 78
- Joined: Thu Nov 01, 2018 6:01 am
Re: Missing submit buttons
It looks like you're not using the latest from Github. https://github.com/nuSoftware/nuBuilder4/commits/master
Download it from here You do not have the required permissions to view the files attached to this post.
-
- Posts: 5
- Joined: Fri Dec 14, 2018 5:41 pm
Re: Missing submit buttons
Thank you Arwen, that was the issue
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

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
-
- Posts: 78
- Joined: Thu Nov 01, 2018 6:01 am
Re: Missing submit buttons
It's better to download from Github. Sourceforce hasn't been updated in awhile and has unfixed issues.