Hello,
Im trying to figure out what the correct cronjob is to use.
But weird is that these 3 dont work:
Every time it shows some error in the mail. With the lynx setup i get : Alert!: Unable to access document.
And the other 2 give also errors...
but now i tried the cronfile direct like..
and result is:
Is this ok or not?
Im trying to figure out what the correct cronjob is to use.
But weird is that these 3 dont work:
lynx -source "http://www.mysite.com/index.php?option=com_easysocial&cron=true" >
/bin/wget -O /dev/null "http://www.mysite.com/index.php?option=com_easysocial&cron=true"
wget -O /dev/null "http://www.mysite.com/index.php?option=com_easysocial&cron=true" >
Every time it shows some error in the mail. With the lynx setup i get : Alert!: Unable to access document.
And the other 2 give also errors...
but now i tried the cronfile direct like..
/home/myaccount/public_html/components/com_easysocial/cron.php
and result is:
X-Powered-By: PHP/5.3.29
Content-type: text/html
Cronjob processed.
Is this ok or not?