Hello,
I have a problem with the latest version. To view the profile only works for the admin. Every other user have a "access denied" (still when they have access to some fields) when they go to other profiles...
Best regards
Frank
Edit: I see the the site is displayed on the bottom again with the error message in the screen-shot.
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | Profile 2 Privacy Settings Screenshot.png | 205.52 KB | oystercrackher |
| #9 | Profile2 Access Issues Screenshots.pdf | 51.49 KB | oystercrackher |
| #1 | Bildschirmfoto.png | 29.62 KB | fraweg |
Comments
Comment #1
fraweg commentedHere is the screen-shot...
Best regards
Frank
Comment #2
jyee commentedbumping this up to critical. I have this partly resolved on the master git branch, but the double page load still needs work.
Comment #3
jyee commentedThis should be fixed in the latest 7.x-1.3 release that will be available soon.
Comment #4
fraweg commentedThanks! This seems to work for me...
Best regards,
Frank
Comment #6
jim005 commentedWaaa ! After a full days of search of this f*** bug, I found that this module is causing the issue.
The User page $title was replaced by "Access Denied" here the dblog :
Notice : Undefined index: #title dans template_preprocess_user_profile_category() (line 226 dans .../modules/user/user.pages.inc).thanks for your investigation.
Profile2 Privacy 7.x-1.2 / Drupal 7.14
Just disabled it then, everything works again, as I hadn't used this module yet.
Comment #7
areynolds commentedThis issue has not been resolved, for the most recent queue, see http://drupal.org/node/1540176
Comment #8
jyee commented@websenso_com This module intentionally sets the title to access denied. It sounds like you enabled the module, but had not configured it properly (or at all), which would easily lead to the access denied.
@areynolds The issue you link to is completely unrelated. If you do not have profile2 privacy enabled, then your access denied issues are being generated elsewhere.
Reiterating that this issue is fixed and closed.
Comment #9
oystercrackher commentedThis issue has not been resolved! I have privacy configured and am still getting "Access Denied" when a user tries to view another user's profile. Note:***In addition to the Access Denied message, the user trying to view another user's profile CANNOT view the user fields associated with that user's profile; the user who owns the profile and administrator can view/edit the profile fields and does not get Access Denied error. Screenshots are attached.
Thanks
Comment #10
jyee commented@oystercrackher: Can you post information about your profile2 privacy settings? The administrator user always has access to profiles, because that's a hard coded exception to Drupal's user_access() function. The user always has access to their own profile, because that's a logical hard coded setting in this module. Everyone else must have access provided by their user role, the access configurations you have set and the privacy level selected by the viewed user.
Comment #11
oystercrackher commented@jyee: Privacy settings are attached. Please advise on your thoughts.
Thanks so much!
Comment #12
jyee commented@oystercrackher: That screenshot is of your general Drupal permissions, not the Profile2 Privacy settings. If you go to the main project page, please reference the Installation section. In particular, steps 2 through 6.
Comment #13
oystercrackher commented@jyee: Thank you!!! I did not have all roles privacy configured; also, the profiles in question needed to be saved with new privacy settings as they were created before privacy was enabled. Once finished, all worked fine.
Thanks so much again :)
Comment #14
Uzo commented#12 fixed it for me too.
@jyee, Thanks.
Comment #14.0
Uzo commentedmore info