Welcome to the nuBuilder Forums!

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

bug?

Post Reply
johan
Posts: 399
Joined: Sun Feb 27, 2011 11:16 am
Location: Belgium
Been thanked: 3 times

bug?

Unread post by johan »

Hi,

I often get this error
An error has occurred on site 'db/reg'
Error Reference: 5637246
SQL

INSERT INTO zzsys_variable (zzsys_variable_id, sva_id, sva_expiry_date, sva_session_id, sva_name, sva_value, sys_added) VALUES ;
Transaction

No Transaction.
Error
This is since a few builds ago. I don't know what's wrong and it does'nt happen every time.

Johan
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: bug?

Unread post by admin »

Johan,

I'll need more info..

Steven
johan
Posts: 399
Joined: Sun Feb 27, 2011 11:16 am
Location: Belgium
Been thanked: 3 times

Re: bug?

Unread post by johan »

Steven,

I was afraid for that. Problem is that I don't know when it happens. I think it's got to do something with the reports. I got several databases running and it happens in a few of them.

Since I can't upload pdf, you can get the complete report in my dropbox https://dl.dropbox.com/u/57568813/report.pdf

Johan
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: bug?

Unread post by admin »

johan,

Sorry, this didn't help.

Let me know when you can reproduce it.

BTW you probably know you can attach anything if its zipped up.

Steven
johan
Posts: 399
Joined: Sun Feb 27, 2011 11:16 am
Location: Belgium
Been thanked: 3 times

Re: bug?

Unread post by johan »

Steven,

I let you know when I can reproduce the error.

BTW what is zzsys_variable used for? I see that column sva_table is empty and not in the query.
INSERT INTO zzsys_variable (zzsys_variable_id, sva_id, sva_expiry_date, sva_session_id, sva_name, sva_value, sys_added) VALUES ;
Johan
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: bug?

Unread post by admin »

Johan,

Empty zzsys_variable and open an Edit Form. Then go back and look what zzsys_variable has in it.

It keeps client side object values on the server.

For Reports etc.

Steven
johan
Posts: 399
Joined: Sun Feb 27, 2011 11:16 am
Location: Belgium
Been thanked: 3 times

Re: bug?

Unread post by johan »

Steven,

I see that every object, value,... of the edit form is in it, only sva_table stays empty (null). Is it used?

Johan
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: bug?

Unread post by admin »

Johan,


Its used for storing Listbox Object data.

Steven
johan
Posts: 399
Joined: Sun Feb 27, 2011 11:16 am
Location: Belgium
Been thanked: 3 times

Re: bug?

Unread post by johan »

Steven,

The error comes when I click on a record in the browse screen to open the edit screen. It does'nt happen every time and I'm afraid it got something to do with the internet connection on some locations (to slow?).

Other problem is when I delete a record of a subform (using browseform in a editform) I get a white screen.
This happens also with save and close.

Johan
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: bug?

Unread post by admin »

johan,

It is a bug.

It will be fixed in the next update..

Steven
Post Reply