By enli on
I just upgraded a 5.x website to 6.x, created a new content type and added cck fields.
I created two new nodes, but none of theme are displayed to anonymous users.
So I checked out that the correct permission (node module: access content) were correctly set.
Unfortunately I cannot manage to understand what's going on...
Comments
update
I just did some tests, here are new informations.
- Default frontpage is "node".
- access content permission is correctly set.
- Anonymous users will see new contents only if administer nodes is enabled for this role.
- It doesn't matter if I add a previously existing 5.x content type or a new one created in 6.x: nodes created in drupal 6.x are not displayed to anonymous users.
- Infact, if I try to access the these as anonymous user, access is forbidden.
I really hope that somebody may help me.
enrico
http://www.enricolippi.net
Check the
Check the content_permissions module settings for your CCK content type fields (admin/user/permissions). Enable "view field_name-of-your-field" for anonymous user each field in your CCK content type.
Regards
Chris