[development] Access denied 403 problem for anonymous users

Cog Rusty cog.rusty at gmail.com
Sun Nov 4 19:59:14 UTC 2007


On 11/3/07, Tomas J. Fulopp <tomi at 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.
>
>


More information about the development mailing list