By shanytopper on
I started working on drupal, and after a while, suddenly all my pages were only visible when I'm logged in.
I looked up at the access control, and it would seem that anonymous users have all the relevant permissions, so that's not it.
I even tried to empty the cache, just in case that was the problam. But still the situation stayed the same.
Anyone got an idea for me what went wrong?
with meny thanks
shany topper
Comments
I'd check again
Sometimes, when something suddenly unexpected happens, there is a period of freaking out and you don't always notice an obvious problem, Been, there, done that :-)
I'd walk away and come back with a fresh mind and look again for something you changed incorrectly.
Anonymous access content
Verify if anonymous users has the privilege : "Access content" for the node module.
That's the first thing I checked
And they have it.
So that's not it.
Someone else is having a
Someone else is having a similier issue.
Take a look at the link here and see if that thread has any help.
http://drupal.org/node/52097#comment-98911
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide
Access module ?
Perhaps have you installed a module to controll access to content ?
(taxonomy_access, simple_access, ...)