Welcome to the nuBuilder Forums!

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

Calling nudebug just hangs the browser, error 500

Questions related to using nuBuilder Forte.
Post Reply
deckoff
Posts: 17
Joined: Tue Jul 10, 2018 12:34 pm
Been thanked: 1 time

Calling nudebug just hangs the browser, error 500

Unread post 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?
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Calling nudebug just hangs the browser, error 500

Unread post by toms »

Hi,

What did you pass to nuDebug() to get this error?
deckoff
Posts: 17
Joined: Tue Jul 10, 2018 12:34 pm
Been thanked: 1 time

Re: Calling nudebug just hangs the browser, error 500

Unread post 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
deckoff
Posts: 17
Joined: Tue Jul 10, 2018 12:34 pm
Been thanked: 1 time

Re: Calling nudebug just hangs the browser, error 500

Unread post 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
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Calling nudebug just hangs the browser, error 500

Unread post 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`
deckoff
Posts: 17
Joined: Tue Jul 10, 2018 12:34 pm
Been thanked: 1 time

Re: Calling nudebug just hangs the browser, error 500

Unread post by deckoff »

Could be that, cos I am trowing nuDebug everywhere, once the window finally worked again, I had 22000+entries
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Calling nudebug just hangs the browser, error 500

Unread post by admin »

deckoff,

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

Steven
Post Reply