Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

Version Problem

Questions related to using nuBuilder Forte.
Post Reply
GlenMcCabe
Posts: 114
Joined: Sun Sep 29, 2019 12:40 pm

Version Problem

Unread post 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?
kev1n
nuBuilder Team
Posts: 4565
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 529 times
Contact:

Re: Version Problem

Unread post 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'
GlenMcCabe
Posts: 114
Joined: Sun Sep 29, 2019 12:40 pm

Re: Version Problem

Unread post 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.
You do not have the required permissions to view the files attached to this post.
kev1n
nuBuilder Team
Posts: 4565
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 529 times
Contact:

Re: Version Problem

Unread post by kev1n »

Try updating nuBuilder. This will restore the system forms as well.
GlenMcCabe
Posts: 114
Joined: Sun Sep 29, 2019 12:40 pm

Re: Version Problem

Unread post 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
kev1n
nuBuilder Team
Posts: 4565
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 529 times
Contact:

Re: Version Problem

Unread post by kev1n »

nu_sanitize() is defined in nusanitize.php. Make sure that the file exists.
Last edited by kev1n on Thu Mar 12, 2020 7:26 am, edited 1 time in total.
GlenMcCabe
Posts: 114
Joined: Sun Sep 29, 2019 12:40 pm

Re: Version Problem

Unread post by GlenMcCabe »

Thanks Kevin

I have a progress meeting tomorrow morning. Will not try updating until after meeting.
Post Reply