Page 1 of 1
Some errors in 2.6
Posted: Sat May 26, 2012 5:25 am
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.
Re: Some errors in 2.6
Posted: Sun Jun 03, 2012 2:20 am
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
Re: Some errors in 2.6
Posted: Wed Jun 06, 2012 3:15 am
by shane
Can you provide a little more info regarding point 1 thxs
Re: Some errors in 2.6
Posted: Thu Jun 07, 2012 1:46 pm
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
Re: Some errors in 2.6
Posted: Fri Jun 08, 2012 3:35 am
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.
Re: Some errors in 2.6
Posted: Fri Jun 08, 2012 6:10 pm
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!
Thanks very much.
For information, I notice that after creating 9 tables with FormWizard I find 67 temporary tables!

Re: Some errors in 2.6
Posted: Sat Jun 30, 2012 8:26 pm
by admin
.