This is odd and if this is not module specific, please let me know. I recently disabled the Drupal module, ran the uninstall and even removed the directory from my site/all/modules and the tab on the user page still appears? It won't go away yet when I access it, it throws errors (obviously because there is no module there) - Any idea where this local task is coming from and how to get rid of it?

Thanks.

PS - I have cleared the cache and run cron to be sure as well.

Comments

jaydub’s picture

The menu tab is generated by Views2 so you might want to try to clear the Views cache as well:

Go to /admin/build/views/tools and click 'Clear Views' cache'

I haven't tried myself but making a suggestion to see if it works for you.

webkenny’s picture

Looks like you have to manually go into Views and delete the view, which is "broken" of course once the uninstall occurs. Thanks for the tip, jay. Led me to where I needed to be.

eaton’s picture

Status: Active » Closed (works as designed)

The view should vanish automatically when you uninstall unless you modified it. Once that happens, it's as if you'd created it yourself -- Views will keep it around even if the module that originally exposed it is removed.

webkenny’s picture

You are 100% correct. Sometimes we forget these little things don't we?