"Anonymous users must be able to edit your firstname field, this can be corrected on the Drupal permissions page" Same message for middle and last names.
Fields are created - see below
Content types
Field name Field type Used in
field_firstname User reference Profile
field_lastname User reference Profile
field_middlename User reference Profile
Permissions are set for anonymous and authenticated users
content_permissions module
edit field_firstname
edit field_lastname
edit field_middlename
view field_firstname
view field_lastname
view field_middlename
I was having this problem with a production site with civicrm, so I set up a very basic wamp site without civicrm, and with essentially no data, I have the same problem.
Comments
Comment #1
Doug Anderson commentedI should add that I am using Drupal 6.26 but I was having the same issue with 6.24 on the active site.
Also probably related
on the wamp site, when I undertake to create a new profile, I get
Create Profile
First Name: found no valid user with that name.
Middle Name: found no valid user with that name.
Last Name: found no valid user with that name.
on the production site, when I attempt to register as a new user, I get:
User account
First Name: found no valid post with that title.
Middle Name: found no valid post with that title.
Last Name: found no valid post with that title.
Thanks for any assistance you can give
Comment #2
chrisindallas commentedHi Doug,
Did you ever find a solution to this problem? I'm having it as as well, and this seems like a fundamental hole in the documentation.
Chris Atkins
Comment #3
mvcSee #1269986: Realname registration doesn't check for Content permissions