It still shows 404 even if I set the debug level to 3. There is also
nothing in the log file. But it's clear, that the 404 is coming from
cake, as the web server shows a different 404 if the file is not
found.
On Apr 5, 11:12 am, Adam Royle <[EMAIL PROTECTED]> wrote:
> Set your debug setting to 2 and see what the error is. When you set
> debug = 0, cake throws a 404 whenever there is a script error.
>
> On Apr 5, 6:57 pm, Kusok <[EMAIL PROTECTED]> wrote:
>
> > I am using cakephp beta 1.2 and I noticed, that usage of arrays throws
> > a 404 error. For instance if I use something like Model->findAll(array('id'
> > => 5, 'status' => 1)) this throws a 404 not found.
>
> > If I use Model->findAll("id = 5 and status = 1") it works fine.
>
> > Another thing is I cannot use requestAction on controllers as it
> > requires a array('return') in the end.
>
> > This is a PHP misconfiguration error I assume, but how do I fix it?
>
> > 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
-~----------~----~----~----~------~----~------~--~---