I have a variety of news RSS feeds setup on our site. They import fine with the "test import" button in EasyBlog. But I've not been able to successfully automate the import via our server cron.
We use wget for several other crons on our site so wget works. Our cron even emails to me the condition of the cron such as:
--2016-12-01 16:15:02--
http://www.[domain].com/en/index.php?option=com_easyblog&task=cron
Resolving
http://www.[domain].com... (ipaddress-here) Connecting to
http://www.[domain].com|(ipaddress-here|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 728 [text/x-json]
Saving to: “/dev/null”
0K 100% 95.3M=0s
2016-12-01 16:15:02 (95.3 MB/s) - “/dev/null” saved [728/728]
However, nothing is being imported.
Any ideas?
Thanks. -- Rik