Posted by prezaeis on February 5, 2013 at 7:21pm
weird problem
iv tried rebuilding the permissions a hundred times and checked all role permissions, but what ever i do when i login as any user other than admin i cant see any content.
i created another user role and gave that role every single permission, then i saw that the user could see content. now the only way i can have authenticated users (or any other role) be able to see content is if i check the permission to bypass the rules for viewing content!!!
so strange tho cos annonymous users can see everything but authenticated cant!!!
anyone else ran in to this problem that can help me?
Comments
In your permissions settings,
In your permissions settings, does the authenticated user have the permission "View published content"?
yes it does!!!
yes it does!!!
its really weird, iv checked
its really weird, iv checked over the permissions a million times, authenticated users cant see any content!!
its weird i give authenticated users permission to CREATE content and when i create a content as a authenticated user it creates it fine but i cant see it !! get access denied
what could be causing such a weird problem
If you're getting access
If you're getting access denied then something is either returning false from an access callback or is calling drupal_access_denied().
Perhaps the quickest route to narrowing this down would be to disable all modules then re-enable one at a time. Also, beware that this could be happening at the theme level, so try using a different theme.
I would be most suspicious about custom code and any "less popular" modules.
thank you for the advice, it
thank you for the advice, it wont be the theme as i am using the same theme on 2 sites and the other site works fine. ill try the module route, hopefuly it will be that
thanks again