Downloads

Download tar.gz 48.54 KB
MD5: 0d7bc2a9c29128e645725fb997ac3222
SHA-1: 56723b268845f7aca298914519cd3072ce4c2be1
SHA-256: 33e3e73de3975195219360fdae9f7a949521a489865439c7a53aa90a0b49df97
Download zip 74.84 KB
MD5: e546cfb1d660789d13f3d3797262eec6
SHA-1: 2de6ea52d4458d42361b5c93872518ac36dc2fe5
SHA-256: 6252c66a48630d5364b78329393c6d192637d2a7e39ae48893272c04b6ab8226

Release notes

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 other than beta6 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.

If you're upgrading from the beta6 version then you just need to follow a typical Drupal install. Instructions are given in the INSTALL.txt file.

Created by: Anonymous
Created on: 2 Jul 2009 at 14:34 UTC
Last updated: 21 Aug 2018 at 03:32 UTC
Bug fixes
Unsupported

Other releases