I was having a similar problem with my pages on a hosted server and
found it was due to the way the cache and expires headers were being
set.

I wrote about it on my blog at
http://blog.accuweaver.com/2008/11/27/sourceforgenet-application-hosting-cache-issue/.
Basically boiled down to adding one line to my .htaccess file:

ExpiresActive Off

On Dec 8, 6:30 am, WebbedIT <[EMAIL PROTECTED]> wrote:
> With debug set to '2', I can see that this is for some reason ignoring
> my flash redirect (even though it is deffinately delting the record)
> and is trying to render a view.  As I don't have a view for delete
> actions it throws out the Not Found error, or when debug is set to '2'
> it asks me if I have created a view for 'delete'.
>
> Why is it ignoring my flash redirect?  And why is it sometimesworking
> fine (although very rarely).
--~--~---------~--~----~------------~-------~--~----~
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