Ive just upgraded drupal 6 to 7, and everything went almost well. But Im still having an issue with xml sitemap.
I removed all the old files, uploaded the latest xml sitemap 7.x-2.0-rc1, and when I run update.php, Im getting those errors :
xmlsitemap module
xmlsitemap module can not be updated. Its schema version is 6151. Updates up to and including 6201 have been removed in this release. In order to update xmlsitemap module, you will first need to upgrade to the last version in which these updates were available.
xmlsitemap_taxonomy module
xmlsitemap_taxonomy module can not be updated. Its schema version is 6113. Updates up to and including 6198 have been removed in this release. In order to update xmlsitemap_taxonomy module, you will first need to upgrade to the last version in which these updates were available.
Comments
Comment #1
Anonymous (not verified) commentedYea, I wouldn't recommend anyone try to upgrade xmlsitemap from the 6.x-1.x series to D7. I wouldn't recommend anyone upgrade any module from D6 to D7 without first upgrading to the most recent versions of a module. Your best hope now is to find the record in the system table and remove it. Drop all of the xmlsitemap tables and install it fresh. Good luck.
Comment #2
vOOd commentedIndeed that wasnt a good idea, so Ive reloaded my backup and updated it step by step.
But I still had more problems updating xml sitemap to the latest 6.x build. So after some researches I found out I was in fact running xml 6.x-1.0-rc2, and updating from 6.1-rc2 to 6.2 is again a bad idea.
So I first updated to 6.1 official, then 6.2-rc1 and it went almost well as I also encountered the SQL syntax error reported here http://drupal.org/node/1058932
I still have to update to 7.x but I hope it will be fine.
Comment #3
vOOd commentedUpdated to latest 7.x and its all ok now. Thanks earnie for your advice
Comment #4
Anonymous (not verified) commented