Re: sql logs not showing

2012-04-03 Thread euromark
2 would actually suffice


Am Dienstag, 3. April 2012 20:25:09 UTC+2 schrieb LordZardeck:
>
> no, i have it set to 3
>
> On Tuesday, April 3, 2012 1:19:21 PM UTC-5, cricket wrote:
>>
>> Do you have debug set to 0?
>>
>> On Sun, Apr 1, 2012 at 11:05 PM, LordZardeck  
>> wrote:
>> > Using element('sql_dmp'); ?> is displaying  no queries
>> > made, but i'm getting data. If i go into the sql_dump.ctp element and
>> > print_r() the $logs variable, i get this:
>> >
>> > (
>> > [default] => Array
>> > (
>> > [log] => Array
>> > (
>> > )
>> >
>> > [count] => 0
>> > [time] =>
>> > )
>> >
>> > )
>> >
>> > What's going on? How do I proceed from here to find the problem? I'm 
>> using
>> > CakePHP 1.3 for reference.
>> >
>> > --
>> > Our newest site for the community: CakePHP Video Tutorials
>> > http://tv.cakephp.org
>> > Check out the new CakePHP Questions site http://ask.cakephp.org and 
>> help
>> > others with their CakePHP related questions.
>> >
>> >
>> > To unsubscribe from this group, send email to
>> > cake-php+unsubscr...@googlegroups.com For more options, visit this 
>> group at
>> > http://groups.google.com/group/cake-php
>>
>

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: sql logs not showing

2012-04-03 Thread LordZardeck
no, i have it set to 3

On Tuesday, April 3, 2012 1:19:21 PM UTC-5, cricket wrote:
>
> Do you have debug set to 0?
>
> On Sun, Apr 1, 2012 at 11:05 PM, LordZardeck  
> wrote:
> > Using element('sql_dmp'); ?> is displaying  no queries
> > made, but i'm getting data. If i go into the sql_dump.ctp element and
> > print_r() the $logs variable, i get this:
> >
> > (
> > [default] => Array
> > (
> > [log] => Array
> > (
> > )
> >
> > [count] => 0
> > [time] =>
> > )
> >
> > )
> >
> > What's going on? How do I proceed from here to find the problem? I'm 
> using
> > CakePHP 1.3 for reference.
> >
> > --
> > Our newest site for the community: CakePHP Video Tutorials
> > http://tv.cakephp.org
> > Check out the new CakePHP Questions site http://ask.cakephp.org and help
> > others with their CakePHP related questions.
> >
> >
> > To unsubscribe from this group, send email to
> > cake-php+unsubscr...@googlegroups.com For more options, visit this 
> group at
> > http://groups.google.com/group/cake-php
>

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: sql logs not showing

2012-04-03 Thread Sean Templeton
no, i have it set to 3

On Tue, Apr 3, 2012 at 1:19 PM, lowpass  wrote:

> Do you have debug set to 0?
>
> On Sun, Apr 1, 2012 at 11:05 PM, LordZardeck 
> wrote:
> > Using element('sql_dmp'); ?> is displaying  no queries
> > made, but i'm getting data. If i go into the sql_dump.ctp element and
> > print_r() the $logs variable, i get this:
> >
> > (
> > [default] => Array
> > (
> > [log] => Array
> > (
> > )
> >
> > [count] => 0
> > [time] =>
> > )
> >
> > )
> >
> > What's going on? How do I proceed from here to find the problem? I'm
> using
> > CakePHP 1.3 for reference.
> >
> > --
> > Our newest site for the community: CakePHP Video Tutorials
> > http://tv.cakephp.org
> > Check out the new CakePHP Questions site http://ask.cakephp.org and help
> > others with their CakePHP related questions.
> >
> >
> > To unsubscribe from this group, send email to
> > cake-php+unsubscr...@googlegroups.com For more options, visit this
> group at
> > http://groups.google.com/group/cake-php
>
> --
> Our newest site for the community: CakePHP Video Tutorials
> http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and help
> others with their CakePHP related questions.
>
>
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com For more options, visit this group
> at http://groups.google.com/group/cake-php
>

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: sql logs not showing

2012-04-03 Thread lowpass
Do you have debug set to 0?

On Sun, Apr 1, 2012 at 11:05 PM, LordZardeck  wrote:
> Using element('sql_dmp'); ?> is displaying  no queries
> made, but i'm getting data. If i go into the sql_dump.ctp element and
> print_r() the $logs variable, i get this:
>
> (
> [default] => Array
> (
> [log] => Array
> (
> )
>
> [count] => 0
> [time] =>
> )
>
> )
>
> What's going on? How do I proceed from here to find the problem? I'm using
> CakePHP 1.3 for reference.
>
> --
> Our newest site for the community: CakePHP Video Tutorials
> http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and help
> others with their CakePHP related questions.
>
>
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com For more options, visit this group at
> http://groups.google.com/group/cake-php

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


sql logs not showing

2012-04-01 Thread LordZardeck
Using element('sql_dmp'); ?> is displaying  no queries 
made, but i'm getting data. If i go into the sql_dump.ctp element and 
print_r() the $logs variable, i get this:

(
[default] => Array
(
[log] => Array
(
)

[count] => 0
[time] => 
)

)

What's going on? How do I proceed from here to find the problem? I'm using 
CakePHP 1.3 for reference.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php