Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Sitemaps: Not sure if it works

Hi all,
I'm using Sitemaps but i'm not sure that it works. I installed and enabled the plugin, but no sitemap.index.xml file gets created in my Vanilla root.
Maybe i have some wrong folder rights or something, can anybody tell me what else is to do to make it work?
Thanx
p*
I'm using Sitemaps but i'm not sure that it works. I installed and enabled the plugin, but no sitemap.index.xml file gets created in my Vanilla root.
Maybe i have some wrong folder rights or something, can anybody tell me what else is to do to make it work?
Thanx
p*
- VanillaAPP | iOS & Android App for Vanilla - White label app for Vanilla Forums OS
- VanillaSkins | Plugins, Themes, Graphics and Custom Development for Vanilla
5
Comments
You can still access the file via http://www.yourdomain/path/to/vanilla/sitemap.index.xml though, because I hooked into the request chain, and when a sitemap.*.xml file is requested and exists, I pipe the file's contents from its cache folder into the output.
If the file is being generated in /cache/Sitemaps/, you're all set.
Vanilla Forums COO [GitHub, Twitter, About.me]
Nothing in my case. Sitemaps enabled, Cache CHMOD 777 but ~/cache/Sitemaps doesn't exist nor is the sitemap.index.xml possible to call. Vanilla 2.0.3
$Configuration['EnabledPlugins']['Sitemaps'] = 'Sitemaps';
... in the config.php. So it is definitly working somehow
What could it be?
This is a button on the dashboard menu called "Sitemaps" with a single toggle button inside. Have you pressed it?
Vanilla Forums COO [GitHub, Twitter, About.me]
Yes, Sitemaps is enabled in the dashboard. I sometimes just check the config.php and i thought > $Configuration['Plugins']['Sitemaps']['Enabled'] is the line to ensure that "enabling" has been written to the config-file.
So Sitemaps is enabled but no xml on my server under 2.0.3, any idea. Anyone else who made it working?
Are there any error messages in your Apache log?
Vanilla Forums COO [GitHub, Twitter, About.me]
Vanilla Forums COO [GitHub, Twitter, About.me]
@Tim - thx for the great work on this. any ideas of ETA ?
Vanilla Forums COO [GitHub, Twitter, About.me]
Now, after this, you can find a sitemaps.index.xml in cache/Sitemaps
Note:
Add this in Cron schedule
Bye!
Vanilla Forums COO [GitHub, Twitter, About.me]
can you PLEASE fix this :-|
if (!C('Plugins.Sitemaps.Enabled')) return;
If I remove all those lines from the class.sitemaps.plugin.php file it works!