I'm currently using Drupal 6.12 and tried to install the xmlsitemap module (6.x-1.0-beta5) into my site. However, I received some errors. Thinking this an issue no longer covered due to the upcomming release of (6.x-2.x), I tried to upgrade to the current 6.x-2.x-dev version. Ran the update script, everything seemed ok. Now I am getting even more errors and none of it works. I tried removing it and hoping that it would clean itself from my database, but now I can't go back to the working 6.x-1.0-beta5 version. All I get are errors.
My question is: Where is the module hiding in my database? Does anyone have any info on how to completely remove the module so that I can start over? SQL queries, instructions, anything to help me on my way. Much appreciated!
Example of errors:
user warning: Table 'username_drpl1.xmlsitemap_additional' doesn't exist query: SELECT * FROM xmlsitemap_additional ORDER BY priority ASC in /home/username/public_html/content/modules/xmlsitemap/xmlsitemap/xmlsitemap.module on line 594.
warning: array_shift() [function.array-shift]: The argument should be an array in /home/username/public_html/content/includes/form.inc on line 1326.
user warning: Table 'username_drpl1.xmlsitemap_additional' doesn't exist query: SELECT * FROM xmlsitemap_additional WHERE pdata = 'Home' in /home/username/public_html/content/modules/xmlsitemap/xmlsitemap/xmlsitemap.module on line 518.
user warning: Table 'username_drpl1.xmlsitemap_additional' doesn't exist query: UPDATE xmlsitemap_additional SET pdata = 'Home', status = 1, priority = 0.5 WHERE pdata = 'Home' in /home/username/public_html/content/modules/xmlsitemap/xmlsitemap/xmlsitemap.module on line 568.
user warning: Table 'username_drpl1.xmlsitemap_additional' doesn't exist query: SELECT * FROM xmlsitemap_additional ORDER BY priority ASC in /home/username/public_html/content/modules/xmlsitemap/xmlsitemap/xmlsitemap.module on line 594.
Comments
No ideas on how to remove a
No ideas on how to remove a module completely by hand?
Solved
http://drupal.org/node/501912
The problem is that you tried
The problem is that you tried to upgrade from 6.x-1.0-beta5 to 6.x-2.x-dev. There is no upgrade path between the two versions and it causes severe breakage. Be sure to read the release notes of the module before you download and install. There may be important information there.