Re: No SQL Dump when debug set to 2

2010-03-09 Thread Kareem Sabri
I have 32 on the script in question. Even on scripts with 1 it doesn't show. On Mar 9, 8:09 pm, Jon Bennett wrote: > > Nope, still on 1.2 > > there's a limit of 200 sql queries, if you have more than that none will show. > > J > > > > > > > > > On Mar 9, 7:23 pm, Graham Weldon wrote: > >> On 10/

Re: No SQL Dump when debug set to 2

2010-03-09 Thread Jon Bennett
> Nope, still on 1.2 there's a limit of 200 sql queries, if you have more than that none will show. J > > On Mar 9, 7:23 pm, Graham Weldon wrote: >> On 10/03/2010, at 11:13 AM, Kareem Sabri wrote: >> >> >> >> >> >> > Hello, >> >> > In production mode, occasionally I want to debug something in m

Re: No SQL Dump when debug set to 2

2010-03-09 Thread Kareem Sabri
Nope, still on 1.2 On Mar 9, 7:23 pm, Graham Weldon wrote: > On 10/03/2010, at 11:13 AM, Kareem Sabri wrote: > > > > > > > Hello, > > > In production mode, occasionally I want to debug something in my > > Content Management System. > > > So I add Configure::write('debug', 2); in my controller cod

Re: No SQL Dump when debug set to 2

2010-03-09 Thread Graham Weldon
On 10/03/2010, at 11:13 AM, Kareem Sabri wrote: > Hello, > > In production mode, occasionally I want to debug something in my > Content Management System. > > So I add Configure::write('debug', 2); in my controller code. > > I get no SQL info. The table that holds it is appended to the layout,

No SQL Dump when debug set to 2

2010-03-09 Thread Kareem Sabri
Hello, In production mode, occasionally I want to debug something in my Content Management System. So I add Configure::write('debug', 2); in my controller code. I get no SQL info. The table that holds it is appended to the layout, but it's empty except for 0 query took 0 ms (despite that many qu