Page 1 of 2

Missing submit buttons

Posted: Fri Dec 14, 2018 6:08 pm
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

Re: Missing submit buttons

Posted: Fri Dec 14, 2018 11:30 pm
by admin
wrightie,

Try closing your browser down and starting nuBuilder again.


Steven

Re: Missing submit buttons

Posted: Sat Dec 15, 2018 12:38 pm
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

Re: Missing submit buttons

Posted: Sat Dec 15, 2018 11:56 pm
by admin
.

Re: Missing submit buttons

Posted: Sun Dec 16, 2018 2:40 pm
by wrightie
Any suggestion?
Which PHP modules are required btw?
Thanks in advance.

wrightie

Re: Missing submit buttons

Posted: Mon Dec 17, 2018 9:07 am
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?

Re: Missing submit buttons

Posted: Mon Dec 17, 2018 11:53 am
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

Re: Missing submit buttons

Posted: Mon Dec 17, 2018 12:32 pm
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

Re: Missing submit buttons

Posted: Mon Dec 17, 2018 2:50 pm
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

Re: Missing submit buttons

Posted: Wed Jan 02, 2019 9:04 am
by ARWEN
It's better to download from Github. Sourceforce hasn't been updated in awhile and has unfixed issues.