By depaulmathew on
I am using drupal 6.9. I am getting access denied error for anonymous users. I have no idea why this is happening. Can somebody guide me on this?
I have the following entry in the node_access table
mysql> select * from node_access;
+-----+-----+-------+------------+--------------+--------------+
| nid | gid | realm | grant_view | grant_update | grant_delete |
+-----+-----+-------+------------+--------------+--------------+
| 0 | 0 | all | 1 | 0 | 0 |
+-----+-----+-------+------------+--------------+--------------+
De Paul
Comments
access content permission maybe?
There is a permission called "access content" which you need to grant to anonymous users if you want them to see any nodes - permissions are controlled via admin/user/permissions
If it's not that then could you post a little more info - are anon users getting access denied for all pages?
Mike,
Computerminds offer Drupal development, consulting and training
Mike,
Computerminds offer Drupal development, consulting and training
thanks. it worked.
Thanks for your help. I dint see that option before.
De Paul Matthew