Path

ez projects / xrowmetadata / forum / general / version support


Version support

You need to be logged in to post messages in the forums. New users may register here.

Brendan Pike

Member since:
11 March 2003

Posts: 79

Wednesday 18 April 2012 2:53:45 pm

I'm trying this extension for the first time on an eZ 2011.8 site without success. Running "php runcronjobs.php sitemap" doesn't do anything and results in no errors or cli output.

I'm using the svn r71. Thanks

Australian eZ publish specialist http://www.dbinformatics.com.au

Up

Georg Franz

Member since:
09 January 2008

Posts: 14

Tuesday 26 June 2012 7:06:28 pm

Hi Brendan,

The reason is that you don't have fresh content on your site (30 days).

The extension creates 2 sitemaps: One with "fresh content" and one with "old" content.

There are 2 cronjobs for that.

So my tip is:
Add this in your settings/override/cronjob.ini.append.php:

[CronjobPart-sitemap]
Scripts[]
Scripts[]=archivesitemap.php
Scripts[]=sitemap.php


php runcronjobs.php sitemap
calls both scripts.
Up

You need to be logged in to post messages in the forums. New users may register here.