• Welcome to Sitemap Generator Forum.
 

This tool can be executed in command line mode only

Started by jerry2, October 28, 2009, 07:51:13 PM

Previous topic - Next topic

jerry2

I am using this on a Windows server that we host. I am using the Windows "Task Scheduler" to run the "runcrawl" command. I have two sites that I am using this on, and the one that is Ver 3.0 is giving me a "This tool can be executed in command line mode only". The site using 2.9 is working great with the same command call through the "Task Scheduler".
I have it set up to run every night at 1am. C:\PROGRA~1\INTERN~1\iexplore.exe [ External links are visible to forum administrators only ]

Any ideas on this?

I also lost my my e-mail with the download information. Is there anyway to get my download information too.

XML-Sitemaps Support

Hello,

please try to change your runcrawl.php file to:
<?php
$op
= $_REQUEST['op'] = 'crawlproc'; chdir(dirname(__FILE__));
$_REQUEST['bg'] = true;
$_REQUEST['resume'] = true;
include './index.php';
?>

I've sent your download link in private message.

jerry2

GREAT!! Did it, and I am back up and running.. Thanks!  ;D