Forum for discussing general topics related to Couch.
5 posts Page 1 of 1
Hi there,

It seems like it takes a while until changes made in a .php file are visible in my browser. Even refreshing the page won't help. Then, after a while, the changes I made suddenly are visible. What causes the delay? And what can I do about it?
Hi,

Please place the following code somewhere on the template that is displaying the problem
Code: Select all
<cms:if k_user_access_level ge '7' >
  <p><a target="_blank" href="<cms:admin_link />">EDIT</a></p>
</cms:if>

Use this link to reach the admin-panel.
If you see this link it means you are being recognized as admin by Couch and so any changes you make should be immediately persisted.

If, however, you still see the same problem I suspect there is some caching issue with your browser. I suggest you please try another browser and see what happens.

Keep us posted.
Thanks.
Thanks for the reply.

Yes, I can see the link. So I'm recognized as admin. I'm using Safari on a Mac. In Firefox: same problem.
:?

I found out that it takes exactly 1 minute before changes are visible.
Ok. I switched in Mamp from Php version 5.5.3 to Php version 5.2.7. Now everything seems to work as normal.

Attachments

I am glad you could resolve the problem :)
Local WAMP/MAMP stacks are always finicky.
5 posts Page 1 of 1