I have one site in Drupal 6. When I log in as user #1, and I visit the page at user/[uid]/edit, I am not able to access this page. I get an access denied error.
Can any one please tell me what may be the problem, and the solution?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think this is the problem with any of your custom code. Somewhere in the code you might have written some condition and because of that you are facing this problem. Just check your custom code & it can be somewhere like access callback.
Another approach :
If many developers are working on the project & SVN(or any version control) is configured, then simply by going back to any revision you can find the code which is making problem for you.
Hope it will help you.