I have a page with url - /topic/news - that works fine for authenticated users but gives a Page not Found for anonymous users. Am i unclear of a concept ? An Access Denied I would have 'expected' , but i can not place the not found message.

Comments

markhope’s picture

This might have something to do with Access control. What is the content type that you are using for that url? Page? Story? Do anonymous users have privileges?

Have you used a contib module that has recently been disabled?
A similar post here: http://drupal.org/node/121791

FvanT’s picture

Anonymous can access the homepage and for example the FAQ fine. I want to show a page with all the content (2 stories in this case) in the 'news' category by clicking on a (primary) menu, so i made it point to taxonomy/term/5 with alias topic/news.

Before i used the taxonomy to show the content, anonymous could get the story just fine.

Then i found the answer: the List permission in the Taxonomy Access !

So it's not enough to set View.