Can you add an uninstaller? I deactivate the module, delete the files, upload old and new versions but it didn´t work anymore. Maybe a automatic/exhaustive uninstall can make the module to work again, for me.

Comments

avpaderno’s picture

Component: xmlsitemap.module » Code

The project modules already implement the hook_uninstall() hook.

If you are trying to uninstall a version that is giving you problems, you can do it manually; remember to delete also the database tables.

avpaderno’s picture

Status: Active » Closed (works as designed)