[TYPO3-english] cli_dispatch.phpsh runs on command line but not cron?

2011-06-30 Thread Scotty C
Hi everyone, Simple task: I'm trying to automate ics_awstats so that it runs/updates stats via the scheduler. I have the extension installed, configured, and the cli backend user created. Additionally, I can run cli_dispatch.phpsh scheduler from the command line and it works - the

Re: [TYPO3-english] cli_dispatch.phpsh runs on command line but not cron?

2011-06-30 Thread Jigal van Hemert
Hi, On 30-6-2011 23:04, Scotty C wrote: I have the extension installed, configured, and the cli backend user created. Did you read the manual for the system extension 'scheduler'? You need a backend user _cli_scheduler. This can also be checked in the scheduler backend module in the Setup

Re: [TYPO3-english] cli_dispatch.phpsh runs on command line but not cron?

2011-06-30 Thread Scotty C
To: typo3-english@lists.typo3.org Sent: Thu, June 30, 2011 3:28:58 PM Subject: Re: [TYPO3-english] cli_dispatch.phpsh runs on command line but not cron? Hi, On 30-6-2011 23:04, Scotty C wrote: I have the extension installed, configured, and the cli backend user created. Did you read the manual

Re: [TYPO3-english] cli_dispatch.phpsh runs on command line but not cron?

2011-06-30 Thread Philipp Gampe
HI Scotty C, Scotty C wrote: I think I'm onto something! I originally had the scheduler frequency to be 86400 (i.e. 24 hours) but the crontab was * * * * * (i.e. every minute). Well, I switched the Scheduler frequency to match the cron and it worked! This is off because I was under the

Re: [TYPO3-english] cli_dispatch.phpsh runs on command line but not cron?

2011-06-30 Thread Scotty C
:46:54 PM Subject: Re: [TYPO3-english] cli_dispatch.phpsh runs on command line but not cron? HI Scotty C, Scotty C wrote: I think I'm onto something! I originally had the scheduler frequency to be 86400 (i.e. 24 hours) but the crontab was * * * * * (i.e. every minute). Well, I switched

Re: [TYPO3-english] cli_dispatch.phpsh runs on command line but not cron?

2011-06-30 Thread Jigal van Hemert
Hi, On 1-7-2011 2:28, Scotty C wrote: I did not know that the Scheduler/cron frequency lengths were significant (I had the cron set at every minute, and Scheduler at 24 hours , so that's why the Scheduler wouldn't trigger. Now that I do and again combined with the previous comments, everything

Re: [TYPO3-english] cli_dispatch.phpsh runs on command line but not cron?

2011-06-30 Thread Xavier Perseguers
Hi, Just one addition for you: - My crontab looks like this (note: it does run because if I do something dumb like change a value, it will email me): * * * * * /usr/local/bin/php /public_html/typo/typo3/cli_dispatch.phpsh scheduler - cli_dispatch.phpsh is executable You don't have to make