stef
stef

Reputation: 27759

Drupal issue accessing custom content type

I'm having an issue where a certain content type is not accessible by standard user accounts and anon users. The content type is Page (not the Drupal one but one I created). It contains nothing special, just static text.

When I try and view a page I see the title displayed but below that, the html from the tpl isn't included. So the issue is NOT that I get an access denied page. (The text is displayed in box with rounded corners top and bottom. The top ones are there but not the bottom ones, that's how I know the HTML isn't all being displayed)

This account can access all other content. In Permissions, access content is checked of course and I could find no entries that would determine simple viewing of a specific content type.

What could cause this?

Upvotes: 1

Views: 372

Answers (1)

Henrik Opel
Henrik Opel

Reputation: 19441

If you use CCK fields with your new content type, you should recheck your permissions. CCK fields have their own view and edit permissions and will default to the most restrictive permissions by default.

(Note: Comment turned into answer)

Upvotes: 2

Related Questions