Dear all

I'm using Drupal 6.20

I mounted on the website: http://www.gobalans.com a calendar, as the owner of the website asked to me.
The issue is that the anonymous (but also registered users not Administrative ones) cannot have the date updated (so that they will watch anytime a wrong date ) and they cannot browse the months. Indeed as anonymous, if you try to go forward or backward clicking on the arrows, you can't.

I checked the permissions and for the anonymous as well as for the registered users these are the permissions:

content_permissions module
view field_date CHECKED

date module
view date repeats CHECKED

node module
access content CHECKED

search module
search content CHECKED
use advanced search CHECKED

views module
access all views CHECKED

Could you help me please ? I thank you very much

Comments

HyperD’s picture

I found the solution after days of working. As usual it is something "easy" but quite hidden.
I write here the solution in case somebody else has the same problem and needs a help.
The issue was: the CACHE ... in the Admin -> Site Configuration -> Performance just disable the cache on the blocks ... and everything works fine.