Page 1 of 1
Version Problem
Posted: Mon Mar 02, 2020 3:34 pm
by GlenMcCabe
When I choose the button to build a new form I do not get form type as an option.
I only now realise this should be available. Do I have an old version? How do I check? How do I upgrade?
Re: Version Problem
Posted: Tue Mar 03, 2020 8:09 am
by kev1n
The latest version can be found on Sourceforge or Github (last update 2 days ago). The version number is not incremented.
Can you upload a screenshot showing the form?
To update nuBuilder please follow these steps:
- Download the latest from Github or Sourceforge
- Overwrite your nuBulider files except for nuconfig.php
- Log into nuBuilder and go to the Setup tab and click on 'Update'
Re: Version Problem
Posted: Tue Mar 03, 2020 5:09 pm
by GlenMcCabe
form.png
Also when I look at form properties I do not see form type. I believe it was working before. I now use fast forms and have manually edited the zzzzsys_form table once.
Re: Version Problem
Posted: Tue Mar 03, 2020 5:17 pm
by kev1n
Try updating nuBuilder. This will restore the system forms as well.
Re: Version Problem
Posted: Wed Mar 11, 2020 12:30 pm
by GlenMcCabe
Kevin
Tried this. Downloaded from sourceforge. Expanded zip file. Removed nuconfig.php and copied remaining files over xxamp/htdocs/nubuilder4. When I try to login I get
Fatal error: Uncaught Error: Call to undefined function nu_sanitize() in C:\xampp\htdocs\nubuilder4\nuchoosesetup.php:18 Stack trace: #0 C:\xampp\htdocs\nubuilder4\index.php(3): require_once() #1 {main} thrown in C:\xampp\htdocs\nubuilder4\nuchoosesetup.php on line 18
I edited nuchoosesetup.php to comment out line 18. Tried to login again and got following message
Notice: Undefined index: sessid in C:\xampp\htdocs\nubuilder4\nuindexlibs.php on line 4
Fatal error: Uncaught Error: Call to undefined function nuRunQuery() in C:\xampp\htdocs\nubuilder4\nuindexlibs.php:7 Stack trace: #0 C:\xampp\htdocs\nubuilder4\index.php(4): require_once() #1 {main} thrown in C:\xampp\htdocs\nubuilder4\nuindexlibs.php on line 7
At this stage I assumed editing or commenting out lines was not the way forward. I removed the commenting out.
Back to working on my version prior to trying update but would like to get update working .
Glen
Re: Version Problem
Posted: Wed Mar 11, 2020 12:36 pm
by kev1n
nu_sanitize() is defined in nusanitize.php. Make sure that the file exists.
Re: Version Problem
Posted: Wed Mar 11, 2020 3:00 pm
by GlenMcCabe
Thanks Kevin
I have a progress meeting tomorrow morning. Will not try updating until after meeting.