Page 1 of 1

Calling nudebug just hangs the browser, error 500

Posted: Sun Sep 02, 2018 7:56 pm
by deckoff
Hello
Something went wrong, calling nuDEbug Results results to this:
Image
Image
and:

Code: Select all

{"after_event":false,"user_name":null,"access_level_code":"","user_id":"globeadmin","database":"nubuilder4","dimensions":{"browse":{"height":707,"width":0},"edit":{"height":185,"width":753},"grid":{"height":"30","width":3573}},"translation":[],"tableSchema":[],"formSchema":[],"session_id":"s15359106032998","callback":"","errors":[],"log_again":null,"global_access":"1","form_access":"0","javascript":null,"target":null,"buttons":{"Add":"1","Print":"1","Save":"1","Clone":"1","Delete":"1","Run":"","RunHidden":""},"run_code":"","run_description":""}
No idea how to fix it, can this be fixed?

Re: Calling nudebug just hangs the browser, error 500

Posted: Sun Sep 02, 2018 7:59 pm
by toms
Hi,

What did you pass to nuDebug() to get this error?

Re: Calling nudebug just hangs the browser, error 500

Posted: Sun Sep 02, 2018 8:05 pm
by deckoff
Well, I was hoping someone can help me find out, obviously I did pass something, got distracted, and next time I called it, that is all I get.
Probably buried it somewhere, but it triggers from every window and formthat I call it from

Re: Calling nudebug just hangs the browser, error 500

Posted: Sun Sep 02, 2018 8:36 pm
by deckoff
ok, out of desperation, deleted this and that, then re-uploaded the database of nubuilder. Had to increase the max size of file uploads in php config ( the only thing that I really changed) and the debug windows is working again.
Hope this helps somone

Re: Calling nudebug just hangs the browser, error 500

Posted: Mon Sep 03, 2018 7:28 am
by toms
What would be worth a try, if that happens again, is to clear the debug db table.

Code: Select all

DELETE FROM `zzzzsys_debug`

Re: Calling nudebug just hangs the browser, error 500

Posted: Mon Sep 03, 2018 8:09 pm
by deckoff
Could be that, cos I am trowing nuDebug everywhere, once the window finally worked again, I had 22000+entries

Re: Calling nudebug just hangs the browser, error 500

Posted: Tue Sep 04, 2018 4:07 am
by admin
deckoff,

Using nuDebug() in a lot of places may well do that.

Steven