I'm using drupal 7.20.

The steps i made are this ones:

  1. I create a content type.
  2. User can fill content type and edit his own content, all works ok.
  3. I add a new field to the content type, the new field is a text list selection.
  4. Now, user can't edit his own content.

I look on my Content Type, there's not any full html text option, and permissions are ok. User can't edit own old and new content. Anyone with the same problem who solved it? What can be the problem?

Comments

parvind87’s picture

You need to check that field(text list selection) permission.

trebol’s picture

I checked the permissions and I dont see any permission for this field.

parvind87’s picture

Are you using the Field Permissions module? If yes, then It must be listed on the permission page with your field name.

trebol’s picture

I install and configure Field Permissions module, but user still can't edit content

WorldFallz’s picture

Check to make sure the user has permissions to the text format on the node body (its not only full html that can require permission).

trebol’s picture

All my fields are in plain text, body is in filtered and user got permission for use filtered text.

trebol’s picture

I have updated some days ago from d7.19 to d7.20, read http://drupal.org/drupal-7.20-release-notes, but i don´t find something about the editing issue, and my images are correctly. Maybe an update issue?