By Ferlin Mogot on Monday, 25 November 2013
Posted in General Issues
Replies 3
Likes 0
Views 723
Votes 0
Hello team,
I am setting cronjobs in my hosting.
I had enter my email, and create the cronjobs.
common settings: every 5 minutes, and
command: /usr/bin/wget -O /dev/null "http://www.freecybers.com/index.php?option=com_easyblog&task=cron";
Every 5 minutes any email sent to my email above.

--2013-11-25 01:20:01-- http://www.freecybers.com/index.php?option=com_easyblog&task=cron
Resolving http://www.freecybers.com... 69.195.124.103
Connecting to http://www.freecybers.com|69.195.124.103|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `/dev/null'

0K 9.70M=0s

2013-11-25 01:20:02 (9.70 MB/s) - `/dev/null' saved [81]


but in backend report email still pending.

anybody know the problems?

Thanks
Hello Ferlin,

This is because you are executing cron task for Easyblog (http://www.freecybers.com/index.php?option=com_easyblog&task=cron). You should use this URL instead: "http://www.freecybers.com/index.php?option=com_easysocial&cron=true" . Hope this helps.
·
Monday, 25 November 2013 17:07
·
0 Likes
·
0 Votes
·
0 Comments
·
ohouw, thanks for your correction Nik.
·
Monday, 25 November 2013 18:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ferlin,

You're welcome.
·
Monday, 25 November 2013 18:41
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post