After a quick look, at least three different views in the web channel probably has the wrong access permission set. These are ns_ch_web_article_facts, ns_ch_web_article_forms and ns_ch_web_article_polls.
These three views has the access permission "View revisions". Since the view revisions permissions is usually enabled for people editing the site, anonymous and normal authenticated users most likely wont have access to view attached facts, forms or polls.
I suggest we change the fact view access to "View published content", and possibly add the same permissions to the other views as well. If we dont want anonymous users to vote on polls or fill in forms, I still think we should use another permission than "View revisions".
Comments
Comment #1
fabsor commentedThis should be resolved in the new version, since we are not using Views for rendering our fields anymore.