I installed the live HTTP Headers extension, and when i hit "submit" 
on my form, it appears to go nowhere but the headers (as far as i can 
tell) appear to indicate that its trying to redirect and request the 
right page.

I get: -

POST /cms/cms/user/processlogin/ HTTP/1.1
......
HTTP/1.x 302 Found

and

GET /cms/cms/page/ HTTP/1.1
......
HTTP/1.x 200 OK

To be honest i'm not sure what i'm looking for here but it looks like 
its getting the page that it should but its not actually displaying 
it.  I might point out (don't think i did initially) that i'm using 
Ajax.  Maybe that has something to do with it.

Tearing my hair out here!! It should be such a simple thing to 
redirect to another page after login.

On Jan 29, 11:33 pm, "Grant Cox" <[EMAIL PROTECTED]> wrote:
> 1. What browser are you using.
> 2. Have you tried other browsers?
> 3. Are you sure that it is actually submitting your page request?
> 4. Is your PHP setup to display or log errors - have you checked the
> log.
>
> I would suggest you try it with Firefox, and have Firebug or Live HTTP
> Headers extensions installed - check what is actually happening with
> your page request.  Also throw some $this->log() statements in your
> Cake action, to check it is being called, and what response it is
> meant to be giving.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to