This may help: http://groups.google.com/group/cake-php/msg/923dbe0a1ce415b8
On 17 апр, 20:42, NicoE <[EMAIL PROTECTED]> wrote:
> Hi everybody. I am using redirect to take the user to the same index
> page after deleting a post, but the old post still appears. Does the
> redirect do a reload of th
Most likely it's IE's caching because it's setting "Check for newer
version of stored pages" is not set to "Every time I visit the
webpage" on your client's computer. I remember dealing with this
issue on a non-Cake site and saw that changing this setting fixed the
problem in IE, but of course, y
It does not show up. I guess it´s a client issue because I have no
problems when trying with Firefox and Explorer. My client is the one
with the problem.
On Apr 17, 3:58 pm, Joshua Benner <[EMAIL PROTECTED]> wrote:
> When you click reload, does the old post still show up? If it does
> not, then y
When you click reload, does the old post still show up? If it does
not, then you may be dealing with some sort of local or server cache
issue.
On Apr 17, 3:22 pm, NicoE <[EMAIL PROTECTED]> wrote:
> http://bin.cakephp.org/view/1774439709
>
> On Apr 17, 2:41 pm, gwoo <[EMAIL PROTECTED]> wrote:
>
>
http://bin.cakephp.org/view/1774439709
On Apr 17, 2:41 pm, gwoo <[EMAIL PROTECTED]> wrote:
> time to paste some code.http://bin.cakephp.org
>
> then, supply the link back to the paste.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to
time to paste some code.
http://bin.cakephp.org
then, supply the link back to the paste.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to cake-php@googlegroups.
Yes I am sure it is deleting because it works fine in most cases. My
client tried to delete a post with Explorer 6.0 and nothing happens
and when he hit "reload" the change mas made.
On Apr 17, 2:31 pm, gwoo <[EMAIL PROTECTED]> wrote:
> are you sure its deleting? set DEBUG to 2, comment out the r
are you sure its deleting? set DEBUG to 2, comment out the redirect,
and see what query is produced.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to cake-php@go
Hi everybody. I am using redirect to take the user to the same index
page after deleting a post, but the old post still appears. Does the
redirect do a reload of the page or just take the user to the page? If
it does not, is there a way in Cake PHP to reload a page?
Thanks a lot.
--~--~