Re: Phantom URL

2010-11-15 Thread Jeremy Burns | Class Outfit
Is this the error you'd expect to see if the login fails validation? If so, is your code in the login action checking for the presence of data before processing it further? If not, the error will fire. Another suggestion is to clear the cache. Jeremy Burns Class Outfit

RE: Phantom URL

2010-11-15 Thread Dave Maharaj
[mailto:jeremybu...@classoutfit.com] Sent: November-15-10 4:55 PM To: cake-php@googlegroups.com Subject: Re: Phantom URL Is this the error you'd expect to see if the login fails validation? If so, is your code in the login action checking for the presence of data before processing it further

Re: Phantom URL

2010-11-15 Thread Jeremy Burns | Class Outfit
it goes to login yet password/error/script sits there with the error message. From: Jeremy Burns | Class Outfit [mailto:jeremybu...@classoutfit.com] Sent: November-15-10 4:55 PM To: cake-php@googlegroups.com Subject: Re: Phantom URL Is this the error you'd expect to see if the login

RE: Phantom URL

2010-11-15 Thread Dave Maharaj
@googlegroups.com Subject: Re: Phantom URL That's my point. Is it the code behind the login form that is triggering the error? So when the login page is opened the code tries to log the user in based on the values entered (which are of course empty) and therefore log in is failing, even though its

Re: Phantom URL

2010-11-15 Thread Jeremy Burns | Class Outfit
yet the site is set at debug 0. That’s where I am lost. Thanks, Dave From: Jeremy Burns | Class Outfit [mailto:jeremybu...@classoutfit.com] Sent: November-15-10 5:24 PM To: cake-php@googlegroups.com Subject: Re: Phantom URL That's my point. Is it the code behind the login form

RE: Phantom URL

2010-11-15 Thread Dave Maharaj
No that is me.I just tossed that into missing controller error page. . But why is an error showing when the only thing allowed is login. And the debug thing too. That's what puzzles me. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related

Re: Phantom URL

2010-11-15 Thread cricket
On Mon, Nov 15, 2010 at 4:41 PM, Dave Maharaj m...@davemaharaj.com wrote: No that is me…I just tossed that into missing controller error page. . But why is an error showing when the only thing allowed is login. And the debug thing too. That’s what puzzles me. Seeing an error view has nothing

RE: Phantom URL

2010-11-15 Thread Dave Maharaj
. -Original Message- From: cricket [mailto:zijn.digi...@gmail.com] Sent: November-15-10 7:43 PM To: cake-php@googlegroups.com Subject: Re: Phantom URL On Mon, Nov 15, 2010 at 4:41 PM, Dave Maharaj m...@davemaharaj.com wrote: No that is me.I just tossed that into missing controller error page