Closed (works as designed)
Project:
Twitter
Version:
6.x-2.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2009 at 17:33 UTC
Updated:
19 Apr 2009 at 00:14 UTC
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
Comment #1
jaydub commentedThe 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.
Comment #2
webkenny commentedLooks 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.
Comment #3
eaton commentedThe 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.
Comment #4
webkenny commentedYou are 100% correct. Sometimes we forget these little things don't we?