Hey there,
I did try the module Google Sitemap, but it doesn't work on my installation. No error, but also no sitemap.
Has anyone any idea how to make it running? Do I have to configure something?
Thanks in advance.
- Mario -
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
Hey there,
I did try the module Google Sitemap, but it doesn't work on my installation. No error, but also no sitemap.
Has anyone any idea how to make it running? Do I have to configure something?
Thanks in advance.
- Mario -
Seems to work fine for me - although I've got the module via the github repository so may be worthwhile giving that a try?
https://github.com/silverstripe-labs/silverstripe-googlesitemaps
Check permissions on the sitemap folder. In my case that was the problem. I assume you have solved the problem in the meantime, but just for the case someone has the same problem...
Yes, solved in the meantime.
The module did work, but I didn't see the indexed and splited sitemap.
So... my fault :-)
Hi, for me i dosent work, i always get an error
SS 3.0.5
Warning: Missing argument 2 for Object::add_extension(), called in /home/clever-fit/seminario-landsberg.de/mysite/_config.php on line 29 and defined in /home/clever-fit/seminario-landsberg.de/framework/core/Object.php on line 453 Notice: Undefined variable: extension in /home/clever-fit/seminario-landsberg.de/framework/core/Object.php on line 454 Fatal error: Object::add_extension() - Can't find extension class for "" in /home/clever-fit/seminario-landsberg.de/framework/core/Object.php on line 460
Best regards bastiR
Make sure you download the correct version for your version of SS. The composer.json describes your version requirements.
https://github.com/silverstripe-labs/silverstripe-googlesitemaps/tree/1.1 for 3.0
this is what my sitemap looks like:
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>http://carleighmac.org/sitemap.xml/sitemap/SiteTree/1</loc>
<lastmod>2013-07-14</lastmod>
</sitemap>
</sitemapindex>
Silverstripe version 3.0.3
This is normal susgeek. It's the index to other files (see http://carleighmac.org/sitemap.xml/sitemap/SiteTree/1), why do you have an error?