i know there are already so many issues about this problem, but i have not found useful infos , such as reason analysis and solutions etc, so please forgive me for posting again.

in my site there are some views whose path is "user/%" or "user/%/list" and access restriction is set to some roles(that is anonymous user can not see the view), so i doubt whether it affects drupal's built-in login page.

but i have two drupal sites, which both have views described above. one worked well, the other has the problem posted here. i'm so curious about this.

it brings me a big headache, i'm looking forward to a life saver, so any opinions? thx.

Comments

this_is_it’s picture

as a matter of fact, it is associated with drupal path architecture.

drupal back-end database table 'menu_router' stores durpal internal path and its accompanying fields such as 'access callback' function and 'page callback' function etc.

so if one found that there were errors(i.e.: 'access denied') while browsing internal path 'user' or 'user/login', you should firstly indulge into mysql table 'menu_router' to see whether the tuple's value is what u want.