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):
Not found
The requested address delete was not found on 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
-~----------~----~----~----~------~----~------~--~---