Is the Security component enabled in your app_controller?

On Fri, Jul 17, 2009 at 10:47 AM, idx<idxma...@gmail.com> wrote:
>
> Gives a 404.  Although with debug=1 it's 200.  Absolutely nothing else
> changed except for the core config.
>
> (this is running via the XAMPP package on a windows2003 server - not
> sure if that makes any difference)
>
> debug=0
> 10.1.7.25 - - [17/Jul/2009:09:46:03 -0500] "GET / HTTP/1.1" 404 1003
> 10.1.7.25 - - [17/Jul/2009:09:46:03 -0500] "GET /css/cake.generic.css
> HTTP/1.1" 304 -
> 10.1.7.25 - - [17/Jul/2009:09:46:03 -0500] "GET /img/cake.power.gif
> HTTP/1.1" 304 -
> 10.1.7.25 - - [17/Jul/2009:09:46:03 -0500] "GET /img/cake.icon.gif
> HTTP/1.1" 304 -
> ================
> debug=1
> 10.1.7.25 - - [17/Jul/2009:09:48:46 -0500] "GET / HTTP/1.1" 200 978
> 10.1.7.25 - - [17/Jul/2009:09:48:47 -0500] "GET /css/cake.generic.css
> HTTP/1.1" 304 -
> 10.1.7.25 - - [17/Jul/2009:09:48:47 -0500] "GET /img/cake.power.gif
> HTTP/1.1" 304 -
> 10.1.7.25 - - [17/Jul/2009:09:48:47 -0500] "GET /img/cake.icon.gif
> HTTP/1.1" 304 -
>
>
> On Jul 17, 10:25 am, GravyFace <gravyf...@gmail.com> wrote:
>> What does your webserver log say?
>>
>>
>>
>> On Fri, Jul 17, 2009 at 9:42 AM, idx<idxma...@gmail.com> wrote:
>>
>> > Hello,
>>
>> >  I've had my cake config set to debug 3 when developing and now that
>> > everything seems to be working I want to change to zero and test it
>> > out.  All of the controllers and such seem fine, but now when I go to
>> > the cake root, I receive the following error.
>>
>> > ================================
>> > Not Found
>> > Error: The requested address '/' was not found on this server.
>> > ================================
>>
>> >  The headers and footers work, but it doesn't want to load app/views/
>> > pages/home.ctp .  It works fine if I change debug to 1.
>>
>> >  Any ideas?
>>
>> > Thanks,
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to