Debug mode level 2 just show de mysql dump (with no errors) and a
"Cannot set header information".
On 8 jul, 00:24, "Jonathan Snook" <[EMAIL PROTECTED]> wrote:
> Do you get anything if debug mode is set to 2? any error messages?
>
> On Mon, Jul 7, 2008 at 10:25 PM, MauroEC04 <[EMAIL PROTECTED]> wrote:
>
> > Hello.
>
> > Just some hours ago, I've spent my time migrating from CakePHP 1.2
> > beta to RC2.
>
> > Now, I'm having troubles with de Controller::redirect() method. All
> > methods from all controlers using $this->redirectare returning blank
> > pages (except for the debugs messages, but none about why the blank
> > pages).
>
> > A single example:
>
> > function template($id) {
> > $_SESSION["Blog"]["template"] = "template" . $id;
> > $this->redirect("/");
> > }
>
> > If I comment theredirectcall, Cake tries to render the template.ctp
> > view. I think that prooves that's aredirect() fail.
>
> > Can somebody helps?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---