[solved] A small but important bug in SitemapMgr
Posted: Mon Jun 26, 2017 5:06 pm
I just wanted to say thank you to the developers of CMSms – it‘s getting better with every release – but today I wanted to thank Rolf for making SitemapMgr. It has just saved my day.
AND: I found a bug. Maybe someone can benefit from what I found:
I am on CMSms 2.2.1 and I had used SiteMapMadeSimple in the latest version for some years. But upgrading to 2.2.1 kind of made it not work anymore (the ability to generate the modification date of every page was broken; the modification tag was empty).
So I found Rolf's SiteMapMgr, installed it and it worked! Thank you!
But when I delivered my new sitemap.xml to the Google Search Console there was an error: Google complained about the namespace declaration.
So I checked it – Rolfs template produced the secure version:
but Google expected only the unsecure version:
So I had to
• edit the templates for pages and for CGBlog manually.
• Then I had to edit manually the already created sitemap.xml.
• And in the module folder I had to edit the template für creating the sitemap.xml.
But after all: This new and great module saved my day!
Thank you, Rolf, and all the developers!
Reinhard
AND: I found a bug. Maybe someone can benefit from what I found:
I am on CMSms 2.2.1 and I had used SiteMapMadeSimple in the latest version for some years. But upgrading to 2.2.1 kind of made it not work anymore (the ability to generate the modification date of every page was broken; the modification tag was empty).
So I found Rolf's SiteMapMgr, installed it and it worked! Thank you!
But when I delivered my new sitemap.xml to the Google Search Console there was an error: Google complained about the namespace declaration.
So I checked it – Rolfs template produced the secure version:
Code: Select all
https://www.sitemaps.org/schemas/sitemap/0.9Code: Select all
http://www.sitemaps.org/schemas/sitemap/0.9• edit the templates for pages and for CGBlog manually.
• Then I had to edit manually the already created sitemap.xml.
• And in the module folder I had to edit the template für creating the sitemap.xml.
But after all: This new and great module saved my day!
Thank you, Rolf, and all the developers!
Reinhard