[TYPO3] Problems with cronjob!

Claus Bach privat at clausbach.dk
Sat May 26 19:48:34 CEST 2007


Thank you George!

But I still have problems. I have changed the command to:

lynx -dump 
http://www.teamlillebaelt.dk/net/typo3conf/ext/chc_forum/mailer/mailer.php

And now I get the reply:

/bin/sh: /usr/bin/lynx: Permission denied

Do you know if it is permission to execute lynx ?

regards, Claus


Georg Rehfeld skrev:
> Hi Claus,
>> I have a cronjob running to send mails from CHC forum.
>>
>> It have been working fine until my site have been moved to another 
>> server.
>>
>> The command i'm running is:
>>
>> GET 
>> http://www.teamlillebaelt.dk/net/typo3conf/ext/chc_forum/mailer/mailer.php 
>>
>>
>> And the message i recieve is:
>>
>> /bin/sh: GET: command not found
>>
>> I don't know anything about this GET command. But I know that there 
>> are different commands used on different servers. Do anybody know 
>> anything about these commands - do they have a name ? Is it different 
>> languages for different kind of servers ? Can I read about this 
>> somewhere (for beginners).
> 
> GET is an alias for the perl script lwp-request coming bundled with the
> famous and great PERL LWP module. But for triggering chc_forum mail you
> don't need that really (and no PERL at all). Every text based browser
> will do (e.g. lynx, links or wget), because your cron job does no more
> than accessing the URL to the mailer.php script regularily thereby
> triggering the mail sending as a side effect.
> 
> Have a look at the chc_forum manual
> 
> http://typo3.org/documentation/document-library/extension-manuals/chc_forum/1.4.5/view/1/4/#id2765653 
> 
> 
> regards, Georg


More information about the TYPO3-english mailing list