Closed (fixed)
Project:
XML sitemap
Version:
6.x-1.1
Component:
xmlsitemap.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
21 Oct 2009 at 14:06 UTC
Updated:
3 Jul 2024 at 19:10 UTC
Jump to comment: Most recent
Comments
Comment #1
dave reidWhen you went from 6.x-1.1 to 6.x-2.x versions you missed the important step of actually disabling and uninstalling (admin/build/modules/uninstall) all the XML sitemap modules.
Comment #2
Anonymous (not verified) commentedThanks, that seemed to take care of things. Funny how I've never used the Uninstall process before. I always uninstall a module by deleting the module's directory in /sites/all/modules/
- Joseph
Comment #3
dave reidDeleting the files doesn't take care of removing any of the module's variables, tables, or other stuff stored in the database.