3

I have removed all records of my extension from the file system and also the database. However, I am still able to enable or disable the output of it in the admin area.

How can I remove the option from 'Disable Module Output'?

I am trying to simulate what would happen on initial install of the extension.

beingalex
  • 727
  • 2
  • 11
  • 25

1 Answers1

3

Because the module registration XML still exists. Check app/etc/modules for an XML that references your removed module.

philwinkle
  • 35,751
  • 5
  • 91
  • 145