So everything has been running fine and well on one of the drupal sites I contribute to, when all of a sudden, this started happening. Whenever a new content is created, the Home page becomes inaccessible to anonymous users. Weird, right?! Now, to solve this problem, I simply go to Admin>Site Info> and resave and the problem is solved. I haven't installed any modules recently which could be contributing to this problem.
But this problem only affects the front page, every other page is accessible on the site!!! I've been reviewing code for days to see if it was a bug on my part, but i haven't found any. Does anybody have any idea or has run into this problem before?

Comments

cmckay’s picture

I suppose none elsehas run into this problem. Well, I did a theme change just to ensure that it wasn't the theme, and I still ahd the problem with the Garland theme. Any ideas as to what the problem could be.

jurivrljicak’s picture

Maybe i am talking nonsense but i've heard something like this from my fellow mates. I have never been through that myself.

Seems like the process that builds permissions for the nodes runs out of memory and breaks things out (term_access) breaking permissions for some users but not for admin since it has permissions for everything.

Could be related, or maybe i did not understand your problem.