xmlsitemap 6.x-1.0-beta6

earnie - June 25, 2009 - 12:09
Download Size md5 hash
xmlsitemap-6.x-1.0-beta6.tar.gz 48.39 KB 031756f3a07a89b251dd4819874cd9eb
Official release from CVS tag: DRUPAL-6--1-0-BETA6
Last updated: June 25, 2009 - 12:11

This release reset the code back to BETA0 and resolved issues found with that release. The instructions in the INSTALL.txt file for upgrading per release is given. If you're upgrading from a Drupal 6 version then you must follow the instructions below. The contents of the module folder has changed and if you do not follow the below items you will have old and new code in the module directory.

  • Deactivate all the xmlsitemap modules (admin/build/modules).
  • Uninstall all the xmlsitemap modules (use the Uninstall tab at the top of admin/build/modules).
  • Make sure that the database no longer contains any xmlsitemap% tables. (SELECT * FROM `information_schema`.`TABLES` WHERE TABLE_NAME LIKE 'xmlsitemap%';)
  • Remove the xmlsitemap from your modules directory (e.g.: rm -rf sites/all/modules/xmlsitemap;).
  • Download the new -beta6 version (e.g.: cd /tmp; wget http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.0-beta6.tar.gz ;).
  • Install the new -beta6 version (e.g.: cd sites/all/modules; tar -zxf /tmp/xmlsitemap-6.x-1.0-beta6.tar.gz;).
  • Activate the xmlsitemap modules you use (admin/build/modules).
  • Visit admin/settings/performance and click "Clear cached data" near the bottom of the page.
  • Adjust the xmlsitemap settings; especially the cache directory. (admin/settings/xmlsitemap)
  • Execute cron.php. (Make sure you set the cron limit first.)
  • Logout.
  • Visit http://sample.com/sitemap.xml in your browser.
 
 

Drupal is a registered trademark of Dries Buytaert.