Well, i have been trying to figure this out and I found out that it is
not because of the del function. i took everything out so my function
looks like this:

function admin_delete() {

                        $this->redirect("/admin/photos/");

        }

the url is http://localhost/admin/remove-photo.php?id=44 but it
redirects to http://localhost/admin/photos/delete and then i get a
"Too Many Redirects" error from safari. Any ideas on how to fix this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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