Access denied 403 problem for anonymous users
Hi, I have a weird access denied 403 problem on one of my sites - see http://www.sententiae.org/ Only happens with anonymous access, and only for one content type (page). (The right column points to a different content type, and that shows fine.) I would think I'm a seasoned user but here I have no clue.. nodeaccess is off, taxonomy access is off, anonymous are allowed to see nodes, does not depend whether cache is off or on... any ideas, anybody? This site is not very important but if this happened on one of the crucial ones, I would have absolutely no solution! Any ideas what to check for - variables, cookie, etc. Let me know, please. I'm running D5.2. Tomáš / Vacilando PS I've also posted a support request at http://drupal.org/node/188956 but I doubt anybody would help with this one there, so I am sending it to this list to bring it to the attention of the devs.
Tried rebuilding node permissions @ Admin >>Content Management >> Post Settings. Could be the case. On 03/11/2007, Tomas J. Fulopp <tomi@vacilando.org> wrote:
Hi,
I have a weird access denied 403 problem on one of my sites - see http://www.sententiae.org/
Only happens with anonymous access, and only for one content type (page). (The right column points to a different content type, and that shows fine.)
I would think I'm a seasoned user but here I have no clue.. nodeaccess is off, taxonomy access is off, anonymous are allowed to see nodes, does not depend whether cache is off or on... any ideas, anybody?
This site is not very important but if this happened on one of the crucial ones, I would have absolutely no solution!
Any ideas what to check for - variables, cookie, etc. Let me know, please.
I'm running D5.2.
Tomáš / Vacilando
PS I've also posted a support request at http://drupal.org/node/188956 but I doubt anybody would help with this one there, so I am sending it to this list to bring it to the attention of the devs.
-- _PK Skype: pavankeshavamurthy http://grahana.wordpress.com/
Quoting "Tomas J. Fulopp" <tomi@vacilando.org>:
Hi,
I have a weird access denied 403 problem on one of my sites - see http://www.sententiae.org/
Only happens with anonymous access, and only for one content type (page). (The right column points to a different content type, and that shows fine.)
I would think I'm a seasoned user but here I have no clue.. nodeaccess is off, taxonomy access is off, anonymous are allowed to see nodes, does not depend whether cache is off or on... any ideas, anybody?
Grasping at straws to find the needle; how about the Role for the Input Format? Earnie -- http://for-my-kids.com/ -- http://give-me-an-offer.com/
On 11/3/07, Tomas J. Fulopp <tomi@vacilando.org> wrote:
Hi,
I have a weird access denied 403 problem on one of my sites - see http://www.sententiae.org/
Only happens with anonymous access, and only for one content type (page). (The right column points to a different content type, and that shows fine.)
I guess you have set your front page to a node of type page, and this must be a node access issue. After making sure that you don't have any node access modules enabled, try the "Rebuild permissions" button in "admin/content/node-settings". If that doesn't help, take a look at the node_access table in the database (or use the devel module) to see if there are any leftover entries which affect those nodes. If you find any, notice the "realm" field so that you know the culprit. Try to empty the node_access table and then insert only a single row with nid=0, just like the modules/system/system.install script does during installation. While you are there, truncate the cache tables as well, just in case.
I would think I'm a seasoned user but here I have no clue.. nodeaccess is off, taxonomy access is off, anonymous are allowed to see nodes, does not depend whether cache is off or on... any ideas, anybody?
This site is not very important but if this happened on one of the crucial ones, I would have absolutely no solution!
Any ideas what to check for - variables, cookie, etc. Let me know, please.
I'm running D5.2.
Tomáš / Vacilando
PS I've also posted a support request at http://drupal.org/node/188956 but I doubt anybody would help with this one there, so I am sending it to this list to bring it to the attention of the devs.
Thanks for the ideas on this (Pavan, Earnie, Cog) - indeed 'rebuild permissions' helped. I have forgotten about this item, shame on me. But it points to a problem of with Nodeaccess not removing its traces when switched off; I'll raise this issue in that module's issue cue. Excellent, thanks for the help! Tomáš Cog Rusty wrote:
On 11/3/07, Tomas J. Fulopp <tomi@vacilando.org> wrote:
Hi,
I have a weird access denied 403 problem on one of my sites - see http://www.sententiae.org/
Only happens with anonymous access, and only for one content type (page). (The right column points to a different content type, and that shows fine.)
I guess you have set your front page to a node of type page, and this must be a node access issue.
After making sure that you don't have any node access modules enabled, try the "Rebuild permissions" button in "admin/content/node-settings".
If that doesn't help, take a look at the node_access table in the database (or use the devel module) to see if there are any leftover entries which affect those nodes. If you find any, notice the "realm" field so that you know the culprit.
Try to empty the node_access table and then insert only a single row with nid=0, just like the modules/system/system.install script does during installation.
While you are there, truncate the cache tables as well, just in case.
I would think I'm a seasoned user but here I have no clue.. nodeaccess is off, taxonomy access is off, anonymous are allowed to see nodes, does not depend whether cache is off or on... any ideas, anybody?
This site is not very important but if this happened on one of the crucial ones, I would have absolutely no solution!
Any ideas what to check for - variables, cookie, etc. Let me know, please.
I'm running D5.2.
Tomáš / Vacilando
PS I've also posted a support request at http://drupal.org/node/188956 but I doubt anybody would help with this one there, so I am sending it to this list to bring it to the attention of the devs.
participants (4)
-
Cog Rusty -
Earnie Boyd -
Pavan Keshavamurthy -
Tomas J. Fulopp