Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

error opening browse screen

Post Reply
rradunz
Posts: 6
Joined: Fri Mar 29, 2013 11:14 pm

error opening browse screen

Unread post by rradunz »

One of the simplest forms I have gives an error at the opening of browse screen.
The blue screen (dump) with all diagnose info is shown, but unfortunately I cannot find anything wrong there (see below).
No errors on field names or sql statement.
I started deleting fields from the browse list, until just one remains.
The SELECT for the form is the simplest form possible: select * from table

I removed all extra stuff like custom code - I had some field validation there.
Continue to receive the same unknown error.

I created a new form using the wizard and it works fine, but I will lose all customization I did to the old one.

any clues?
Thanks
RR



The trap table show some packed data and the msg below

$TRAP_sql='53454c4543542073666f5f6e616d652c2073666f5f7469746c652c2073666f5f7461626c652046524f4d207a7a7379735f666f726d20574845524520287379735f736574757020213d2027312729204f524445522042592073666f5f6e616d6520'; $TRAP_b4sql=''; $TRAP_col='3330302c6c2c4e616d652c7e3330302c6c2c5469746c652c7e3330302c6c2c5461626c652c7e'; $TRAP_cnt='3'; $TRAP_tmp='___nu1515f21e313643___';

$TRAP_sql='53454c454354207472615f72617a616f736f6369616c2c207472615f636f6e7461746f2c207472615f74656c65666f6e652c207472615f63656c756c61722c207472615f656e64657265636f2c207472615f62616972726f2c207472615f4345502c207472615f6369646164652c207472615f65737461646f2046524f4d207365615f7472616e73706f727461646f72617320'; $TRAP_b4sql=''; $TRAP_col='3230302c6c2c52617a616f20536f6369616c2c7e3135302c6c2c436f6e7461746f2c7e3130302c6c2c54656c65666f6e652c7e3130302c6c2c43656c756c61722c7e3135302c6c2c456e64657265636f2c7e3130302c6c2c42616972726f2c7e3130302c6c2c4345502c7e3130302c6c2c4369646164652c7e35302c6c2c45737461646f2c7e'; $TRAP_cnt='9'; $TRAP_tmp='___nu1515f224d64801___';

Error Reference: 4d81c4c
An error occurred while running the following query:




Blue screen of death:
------------------------
Error
An error has occurred while running this query. Please contact technical support and quote error reference: b9101bb.
The following information is only provided for users logged on as globeadmin.
SQL
Transaction
No Transaction.
Error
0:
URL
http://
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

Re: error opening browse screen

Unread post by massiws »

Ronaldo,
rradunz wrote:I created a new form using the wizard and it works fine, but I will lose all customization I did to the old one.
have you add a nuLoadThis() function in Javascript Tab?
Copy the SQL in phpmyadmin: do you get some errors?
Maybe some customization don't work fine, but without more informations it's impossible to say anything.

Anyway, you can copy/paste your custom code from old-not-working form to the new form, checking one piece at time, till you find the bug.

Hope this helps,
Max
Post Reply