I'm trying to get my 6.x Drupal 6.x-1.2 sitemap to update nodes when a comment is added. It appears to only be updating when a node is changed.
I searched the support issue queue on drupal.org and it looks like they've fixed the issue in the latest 6.x-2.x-dev release. However, when I try and upgrade, I get numerous errors.
After a fresh uninstall and reinstall of xmlsitemap I get the following error when I try and add a sitemap:
Fatal error: Cannot use object of type stdClass as array in /home/<user>/public_html/modules/xmlsitemap/xmlsitemap.admin.inc on line 232
And the page keeps showing "There are currently no XML sitemap contexts available."
When I try and visit /sitemap.xml I get a 404 (page not found).
Frustrating!!