Closed (won't fix)
Project:
Path Access
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2007 at 23:10 UTC
Updated:
9 Aug 2007 at 19:32 UTC
Hello,
I installed path_access. At first all was working well. When I changed a role's restricted nodes, the impact was bad. Randomly various nodes are not visible, instead showing the message "You are not authorized to access this page". I stripped out all nodes in the path access admin area, so all pages should be visible, and I then uninstalled path_access, role_weights, and path. Still there are random pages across the site that are restricted. Is there a fix for this? Or, can someone please explain how to roll back? How might this module be blocking these pages? I don't know what to change in the database to roll this back, so, any assistance at all will be a huge help. Thank you!
Comments
Comment #1
buddaThe path_access module does no random node level access control, so what you are experiencing is highly likely nothing to do with path_access at all!
It sounds like something related to the likes of Taxonomy Access or similar node access control modules.
Path_Access simply works on paths, and as soon as the module is disabled security is removed.
Comment #2
lnadolski commentedThanks for the message. It seems by all factors it must have been impacted by the installing module path_access, since there were no other changes made between installation and this problem arising. Thanks for the leads. I will root around and see what I can find.
Comment #3
lnadolski commentedFor other users searching on the same issues...
I replaced node_access in the database with a clean table and it is fixed. Am thinking this was somehow impacted by node_privacy_byrole, but not sure. In anycase, the clean node_access worked.
Thanks for the advice.
Comment #4
buddaif you now re-install role weightsand path_access you should find everything works as expected :-)
glad you got your problem sorted.