Welcome to the nuBuilder Forums!

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

Some errors in 2.6

Locked
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

Some errors in 2.6

Unread post by massiws »

Hi,
I installed nuBuilder 2.6 but finding several errors:
1) after creating forms and objects (with Form Wizard), I find many tables in the db "__

Code: Select all

 __" , different [code] but relate to the same object (I think duplicate when I modified something);
2) when I delete a record from a table I get a white page;
3) in breadcumbs seems to be ignored after the first parameter index (see appendix): to go back I have to use back button in browser.

No errors on nuBuilder 2.5 (same project).
How can I fix?

Thank you.
You do not have the required permissions to view the files attached to this post.
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

Re: Some errors in 2.6

Unread post by massiws »

Problem in point 3) fixed: see http://forums.nubuilder.cloud/viewtopic.php?f=4&t=7888; I think this solution fixed also problem at point 2).

Waiting suggestions for problem (is it a problem??) at point 1).

Thank you
shane
Posts: 100
Joined: Mon Jun 15, 2009 10:04 am

Re: Some errors in 2.6

Unread post by shane »

Can you provide a little more info regarding point 1 thxs
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

Re: Some errors in 2.6

Unread post by massiws »

shane,
I made some tests:
1 - I installed nuBuilder 2.6;
2 - I create a simple table client with two fields: "cli_id" and "cli_name";
3 - with the FormWizard I create the form;
4 - In PhpMyAdmin I see 3 new table created with name "__nu14fd07ac...__" each with 2 fields: "id" containing the key "__14fd07ac...__" and "__nu14fd07ac...__" containing "cli_name" (see attached); Are they necessary?
5 - I add another field to the table in phpmyadmin, create the new object in nuBuilder and add it on the existing form: no new table "__nu14fc...__" are created;
6 - double check, if I create a new form (for a new table) without FormWizard (create the form, the field objects, the button object, etc.) no table "__nu14fc...__" is created;
7 - I observed that, in some cases, modifying a field object (modifying the text area length, the displayed name, etc.) another table "__nu14fc..__" is created; this occurs (I suppose) when the table field-name is longher than 15 characters (I can not reproduce it, but I decided to shorten the names of the fields of my table).

My questions:
1 - what's the function of the tables named "__nu14fc ...__" that are automatically created by the wizard?
2 - If I have to add some fields to an existing table (on a production site) it's better to create the new table and to recreate the form with FormWizard ?

Sorry, but I'm trying to understand the philisophy on nuBuilder!
Thank you
You do not have the required permissions to view the files attached to this post.
shane
Posts: 100
Joined: Mon Jun 15, 2009 10:04 am

Re: Some errors in 2.6

Unread post by shane »

1 - what's the function of the tables named "__nu14fc ...__" that are automatically created by the wizard?
nuBuilder often creates temporary tables which normally get deleted, these temporary table always have a __nu????__ pattern so it is obvious that they are temp tables and can safely be deleted.
The reason you can see them is that sometimes they don't always get deleted when they should, nothing to be alarmed about just deleted them yourself.
2 - If I have to add some fields to an existing table (on a production site) it's better to create the new table and to recreate the form with FormWizard ?
I would only recommend using the formwizard for a brand new table, otherwise just add fields to the mysql table first then add to nuBuilder all manually, which is still pretty fast and easy.
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

Re: Some errors in 2.6

Unread post by massiws »

shane wrote:The reason you can see them is that sometimes they don't always get deleted when they should, nothing to be alarmed about just deleted them yourself.
Ok, now I understand! :D
Thanks very much.

For information, I notice that after creating 9 tables with FormWizard I find 67 temporary tables! :shock:
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Some errors in 2.6

Unread post by admin »

.
Locked