Hi
I have permission to "inspect all votes" but the the tab with user and their votes is missing.
thanks
Igorik
http://www.somvprahe.sk
Hi
I have permission to "inspect all votes" but the the tab with user and their votes is missing.
thanks
Igorik
http://www.somvprahe.sk
Comments
Comment #1
ChrisKennedy commentedCan you try a more recent build and see if you still get this error?
Comment #2
sbart76 commentedSame issue here. Actually I don't get any error message - "Votes" tab is simply missing, even if superusers is logged in. Build dated March 22.
EDIT: I just checked - when I append "/votes" to the end of the URL I get 404.
Comment #3
Flying Drupalist commentedI get an access denied even though I'm user 1 or has permission.
@#2 make sure it's node/nid/votes not path/votes.
Comment #4
ChrisKennedy commentedAre you guys using any custom permission modules or is this definitely advpoll's fault?
Comment #5
Gyt commentedIn my case there was a conflict with Vote Up/Down module. It too uses a vote tab. I had to disable it.
Comment #6
Flying Drupalist commentedSame here, I disabled vote up down and it is working.
Comment #7
csilver commentedI'm not using Vote Up/down and can't see the tab anywhere. Any other ideas?
Comment #8
Kweeks commentedI'm running the latest dev version of advpoll and am also unable to see the 'votes' tab when logged in as uid=1. I can't see the electoral list tab if it's set either, and get access denied for that page (node/nid/electoral_list).
I'm running NodeAccess and ForumAccess too but disabling them and rebuilding permissions didn't have an effect.
Comment #9
Kweeks commentedJust an update - we solved the issue in my case - I also had the Decisions module enabled to test that too, and the urls clashed. Uninstalling Decisions means the tabs show up and work now.
Comment #10
burningdog commentedComment #12
Peter Swietoslawski commentedI've posted a patch fixing this #747336: Registration of a conflicting path with core Poll module.