Hi
I'm trying to set up email notification on Komento and I think I'm just creating the wrong command line. My host doesn't support wget and they suggested curl but I'm not really sue what I'm doing. This is what I've got running every five minutes in the cronjob:
curl --user-agent local -O /dev/null "mysite/index.php?option=com_komento&task=cron"
and this is what I get back:
curl: (3) <url> malformed
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 29 0 29 0 0 89 0 --:--:-- --:--:-- --:--:-- 89
0 29 0 29 0 0 86 0 --:--:-- --:--:-- --:--:-- 0
Email batch process finished.
I guess the malformed message is telling me I'm doing it wrong! I think the dev/null message in incorrect as well as I'm still getting the messages.
I'm trying to set up email notification on Komento and I think I'm just creating the wrong command line. My host doesn't support wget and they suggested curl but I'm not really sue what I'm doing. This is what I've got running every five minutes in the cronjob:
curl --user-agent local -O /dev/null "mysite/index.php?option=com_komento&task=cron"
and this is what I get back:
curl: (3) <url> malformed
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 29 0 29 0 0 89 0 --:--:-- --:--:-- --:--:-- 89
0 29 0 29 0 0 86 0 --:--:-- --:--:-- --:--:-- 0
Email batch process finished.
I guess the malformed message is telling me I'm doing it wrong! I think the dev/null message in incorrect as well as I'm still getting the messages.