Downloads
Download tar.gz
61.17 KB
MD5: 2e0e9800940d8029f0fc981b168829f1
SHA-1: 8dd3decc6f7470f7a17b8ff11c8a98f655420dd6
SHA-256: d447f93b20a29f84d5e666f4aa0d61ec6b82ba42358ef42677be970efcb46b05
Download zip
94.93 KB
MD5: 6123835fd223f2856874009e9923c99e
SHA-1: b7258daf4699823c579689db8fae01408e9bfcc3
SHA-256: d9b28cf192267534b39d7f0bc07e48fa1c7ac7336c533147c07a11f5e55a30de
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 earlier 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 -rc2 version (e.g.: cd /tmp; wget http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.0-rc2.tar.gz ;).
- Install the new -beta6 version (e.g.: cd sites/all/modules; tar -zxf /tmp/xmlsitemap-6.x-1.0-rc2.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 rc1 version then you just need to follow a typical Drupal install. Instructions are given in the INSTALL.txt file.