Closed (fixed)
Project:
Organic Groups
Version:
6.x-2.1
Component:
og.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 May 2009 at 18:16 UTC
Updated:
7 May 2010 at 14:37 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedWe'll work the issue here. Which module provides the /faces link?
Comment #2
brasto commentedI'm not sure. I always thought it was part of the OG core. It might be part of the path module that provides a freindly url though. Out of the OG modules, I have OG, OG Access Control, OG Actions, OG Views, Subgroups for OG enabled.
Brandon
Comment #3
Anonymous (not verified) commentedIf it isn't OG then maybe OG_VIEWS.
I'll have a look to see what I might find within a couple of days. Don't be afraid to ping me.
Comment #4
Anonymous (not verified) commentedThis function in og_module
is used in the og_views module
and this function is used in menu item as the access callback
This variable settings are controlled in the user settings pages when you accept avatar uploads. Do you have avatar uploads set?
Comment #5
brasto commentedI believe I do have avatar uploads set. Where do I check this? I'm not sure it's limited to just /faces because I'm not sure the exact url to go to approve new members. I used to click the link on the right where it shows something like: 9 members (10). The number in the parentheses tells me there are others that want to be approved for the group, so I click the link. Once there, I used to get a page and there was a link I could click to approve the new members. Since I don't know the exact url to go to, I can't test to see if that is working. When I go to /og/manage/[groupNumber] I only get a message that says "You may not leave this group because you are its owner. A site administrator can assign ownership to another user and then you may leave." The message has no links to go anywhere else, so again, I'm lost on where to go to approve members.
So, my biggest problem is that I have people that have been wanting to be approved for various groups that I can't approve because I can't get to the page where I can approve them. Some people have been waiting for months.
Comment #6
Anonymous (not verified) commentedCheck it at admin/user/settings near the end of the page.
I'll have to do more research for the user approval.
Comment #7
brasto commentedI tried disabling user pictures in admin/user/settings, but that didn't help because with pictures disabled, the link on a group page still points to /faces, and now it says 'page not found'. I re-enabled the user pictures after verifying that it didn't help to disable them.
Comment #8
Anonymous (not verified) commentedUser approval/denial is done at og/users/[nid] where [nid] is the og group node id and works for me stock Drupal with OG and Views enabled. The og/manage/[nid] is where the user has an option to unsubscribe from the group. The action you see is the correct one as it has been envisioned.
Also, the og/users/[nid]/faces URL works for me if I have picture support turned on. If it is off the links giving the number of members pointing to /faces do not exist. Perhaps you need to rebuild access permissions?
Comment #9
brasto commentedInteresting. If I go to og/users/[nid] with the site admin user, I get this:
Page not found
The requested page could not be found.
I think I've rebuild cache and permissions. I'll do it again though and verify. Where, again do I do these things? Just to verify I'm going to the right place...
Brandon
Comment #10
brasto commentedI've found a couple other areas where there are problems, and perhaps they are related. If they are, maybe it will help find the problem. I can't publish comments by clicking 'Publish'. If I do, I get:
Page not found
The requested page could not be found.
I have to click 'Edit', expand 'Administration', then change the status to 'Published' and save. I also cannot do anything with the Akismet moderation queue. I get the overview just fine, but when I click 'Published' or 'Unpublished', for nodes or comments I get:
Access denied
You are not authorized to access this page.
If I find anything else that isn't working right, I'll post it.
Brandon
*Note: I edited this because I didn't paste the second error message earlier, and I've fixed that.
Comment #11
Anonymous (not verified) commentedI was hoping you remembered. It should be easier to find the links.
admin/settings/performance to clear the cache.
admin/content/node-settings to rebuild the permissions.
Why isn't it admin/settings/node or admin/settings/content/node?
Comment #12
brasto commentedAh yes, I have done both of those things. I just did both of them now for good measure. It did not resolve my access denied issues.
Comment #13
brasto commentedAny more ideas?
Comment #14
Anonymous (not verified) commentedSorry, brasto, I've been on vacation. I need to catch up and get back to you later.
Comment #15
brasto commentedWell, oddly enough, after having this issue for more than a year and a half, after updating to the latest for drupal 6 and for all installed modules, I got an alert saying I needed to rebuild permissions (which I have done a few times, including when it was mentioned here) and after doing so, the issue was resolved. Something in the latest patch apparently fixed the problem.
Comment #16
davidcl commentedIt's worth mentioning that I just had this same issue after an OG upgrade. For me, the fix was to re-enable the og_faces view. I don't know how or why it got disabled during the upgrade, but that seems to have been the issue.
Comment #17
zdean commentedThis problem came up for me after I disabled/upgraded/enabled Views. The solution for me was re-enabling the og_members_faces view in the Views List listing also.