I am trying to debug some UPDATE queries but I cant because after the
update i am automatically directed back to the index. I never see a
flash message so i never get to see any of my debug information. I
know that if DEBUG is defined as 0, flash messages wont show up, but
currently it is set at 2. I have also checked my default.thtml file
and my flash.thtml file in the view/layout/ to make sure that they were
ok.
I have:
<?php if($session->check('Message.flash')) $session->flash(); ?>
in my default.thml file. Any suggestions on how i can get the flash
messages to show up so that i have to click on them before going to the
index. This would help a lot for debugging.
Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---