Skip to content

Uninstall

Marius edited this page Aug 19, 2014 · 1 revision

Uninstalling UMC

To uninstall the module remove the following files and folders:

  • app/etc/modules/Ultimate_ModuleCreator.xml
  • app/code/community/Ultimate/ModuleCreator
  • app/locale/en_US/Ultimate_ModuleCreator.csv
  • app/design/adminhtml/default/default/layout/ultimate_modulecreator.xml
  • app/design/adminhtml/default/default/template/ultimate_modulecreator
  • skin/adminhtml/default/default/ultimate_modulecreator.css
  • js/ultimate_modulecreator.js

and run this query on your database. Add the table prefix if you have one.

DELETE FROM `core_config_data` WHERE `path` LIKE 'modulecreator/%'
Clone this wiki locally