tags:

views:

121

answers:

2

hi all:

I have set permission to allow anonymous user to create page. but when the anonymous user submmited the page, drupal 6 responded "page not found".

i have checked drupal backend, there was no page created.

so my question is, which permisson option i have to set to allow anonymous user to create a page.

A: 

Not super familiar with the tech you're using but can a registered user create a page? If not, the problem probably is because of something else. :)

bobber205
i have create a content_admin account, and assinged permission to the account. after login , the account can create page content, looks like some thing did not turned on for anonymouse user
anru
A: 

Anonymous users can create content if you give them permissions in the back end. Go to yoursite.com/admin/user/permissions and make scroll down to the "Node Module". Make sure you have "access content" and any relevant "create **foo** content" boxes checked (where **foo** is the content type you want them to be able to create) for anonymous users.

This will grant anonymous users permission to create content of type **foo**, and view any content created.

Your "Access Denied" problem may be caused by anonymous users being able to create content, but not access it. This would be the case if you have granted "create **foo** content" permissions to the anonymous user, but have not given them "access content" permissions. Can you see the content while you are logged in as an admin?

Jergason
i have granted "access content" to anonymouse user.
anru
i have create a listing content type, granted anonymouse user create listing content, edit listing content and access content permission.
anru
also, turned on editing , view permission for all fields in the listing content type.
anru
Not sure what else to tell you then. Creating content is pretty straightforward in Drupal, so if you cannot do that then maybe there is something wrong with your installation. What platform are you running it on? Also, have you seen if an anonymous user can create one of the predefined content types, like a page or a story? It might be a problem with your content type. Another thing to check: see if the admin can create content.
Jergason
my installation probably got some thing wrong, i have tried on a different machine, and successed.
anru