Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

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.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Google Sitemap SS v3.0


Go to End


11 Posts   7493 Views

Avatar
MarioSommereder

Community Member, 107 Posts

28 August 2012 at 8:29pm

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 -

Avatar
Christopher Darling

Community Member, 6 Posts

30 August 2012 at 3:08am

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

Avatar
pstaender

Community Member, 3 Posts

4 May 2013 at 8:37am

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...

Avatar
MarioSommereder

Community Member, 107 Posts

4 May 2013 at 11:08pm

Yes, solved in the meantime.

The module did work, but I didn't see the indexed and splited sitemap.

So... my fault :-)

Avatar
Bastir

Community Member, 8 Posts

13 May 2013 at 8:46pm

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

Avatar
Willr

Forum Moderator, 5523 Posts

15 May 2013 at 8:08pm

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

Avatar
susgeek

Community Member, 7 Posts

15 July 2013 at 5:12am

Edited: 15/07/2013 5:14am

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

Avatar
Willr

Forum Moderator, 5523 Posts

15 July 2013 at 6:32pm

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?

Go to Top