I am having an issue with setting up the cron job.
This is the statement I entered for HostGator:
/usr/bin/wget -O "
http://stargue.com/index.php?option=com_easyblog&task=cron";
It gives the following error:
wget: missing URL
Usage: wget [OPTION]... [URL]...
Try `wget --help' for more options.
I have tried this statement:
/usr/bin/wget "
http://myjoomla.com/index.php?option=com_easyblog&task=cron";
It gave me the following results:
--2015-09-20 07:00:11--
http://myjoomla.com/index.php?option=com_easyblog&task=cron
Resolving stargue.com... #.#.#.#
Connecting to myjoomla.com|#.#.#.#|:80... connected.
HTTP request sent, awaiting response... 303 See other
Location:
http://myjoomla.com/en-us/?option=com_easyblog&task=cron [following]
--2015-09-20 07:00:15--
http://myjoomla.com/en-us/?option=com_easyblog&task=cron
Reusing existing connection to myjoomla.com:80.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/x-json]
Saving to: `index.php?option=com_easyblog&task=cron'
0K 35.6M=0s
2015-09-20 07:00:18 (35.6 MB/s) - `index.php?option=com_easyblog&task=cron' saved [640]
I assume this is totally correct. I would appreciate if you could confirm this. If it is correct than the full statement will be:
/usr/bin/wget "
http://myjoomla.com/index.php?option=com_easyblog&task=cron";
Thank you in advance.
Angelo.