Closed (fixed)
Project:
Drupal core
Version:
6.8
Component:
user.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2009 at 17:53 UTC
Updated:
8 Feb 2009 at 11:10 UTC
In the standard installation of Drupal there is a menu item "My Account" in the navigation block. For some reason that I don't understand, this item isn't available anymore. How can I restore it? Is there a possibility to reload the user module?
Of course, I could create a new menu item in the menu administration page linking to "user". But it isn't the same as it would also appear for unregistered users.
Comments
Comment #1
ainigma32 commentedYou could try running update.php IIRC that should rebuild the menu.
Please post back if that works for you.
- Arie
Comment #2
am22 commentedI've tried that without success, but then I found out what the problem was. I had created a view (using the views module) with the path user/% . This prevented the menu item to show up.