I´m just getting the same error and behavior with a new model I have
just added and I don´t know why it´s happening..

On 20 ago, 19:44, Darko Romanov <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I can't understand the following behaviour... If I set DEBUG to 1 in
> core.php I can delete a 'product' simply calling, for 
> i.e.,http://cake.local/products/delete/66. The function in
> products_controller is:
>
> function delete($id)
> {
>         $this->Product->del($id);
>
> }
>
> but when I set DEBUG to 0 I get this error message (http 404):
>
> Notfound
> Therequestedaddressdelete wasnotfoundon this server.
>
> I couldn't find any help around this ng nor with google..
>
> tnx
> d


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