How to run Sitemap from a command line?

My sitemap keeps timing out.  How can I run that from a command line?

Any thoughts are appreciated...

Csampson
Quote · 12 Oct 2013

anyone?

Csampson
Quote · 12 Oct 2013

There is no command line to do it.

It's a scheduled cron job, so cron should take care of it during the nightly cron run.

https://www.deanbassett.com
Quote · 12 Oct 2013

 Yes I understand that part of it.  I want to run it manually...

There is no command line to do it.

It's a scheduled cron job, so cron should take care of it during the nightly cron run.

 

Csampson
Quote · 13 Oct 2013

Correct of missing path?

Issue.jpg · 130.7K · 226 views
Csampson
Quote · 13 Oct 2013

No. There is nothing missing. That is correct.

https://www.deanbassett.com
Quote · 13 Oct 2013

To run it manually you would have to create a script.

Something like this.

<php
require_once( 'inc/header.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'design.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'profiles.inc.php' );
bx_import('BxDolSiteMaps');
BxDolSiteMaps::generateAllSiteMaps();
?>

There is no existing script to run it manually. It was specifically built to be run by the cron scripts.

https://www.deanbassett.com
Quote · 13 Oct 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.