Could be a number of things.
Do you have a CSS rule: ".cake-sql-log {display: none; }"?
Have you tried disabling cache in core.php?
Configure::write('Cache.disable', true);
What database are you using? I wonder if the wrapper isn't calling
DboSource::close() (which, in turn, displays the log table).
Also, DboSource::showLog() won't create the table for CLI PHP. Maybe
you have some funky setup? ;-)
On Sun, Apr 6, 2008 at 4:25 AM, Mike52 <[EMAIL PROTECTED]> wrote:
>
> I have a strange problem which is very likely related to my setup.
> (Running Cake 1.2)
>
> When running my application on the production server, the debug level
> works as expected.
>
> On my local development machine however, I have this behavior:
>
> Configure::write('debug', 2); // No SQL debug produced
>
> Configure::write('debug', 3); // Controller dump produced, No SQL
> debug produced
>
> Any suggestions where the problem may be? Could it be a setting in my
> PHP or MySQL installation?
>
> Thanks,
> Mike
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---