Hi,
I've installed Drupal on my PC a few days ago. Everything is fine but I just noticed that I cannot access to the user page. When I click "My account" (as admin or as an authenticated user), it returns a "500 Internal server error". Everything seems ok in the users table: 3 users, one with uid=0 (anonymous?), admin has uid=1 and the other user has uid=2.

If someone has a clue to resolve this very annoying problem...
Thank you,
Patrick

Comments

geantbrun’s picture

Hi,
I've found my problem, it was related to a custom module that I wrote. It contained an error. I realized that when reading http://drupal.org/node/416906
thank you