Greetings:
I have tried various settings and cronjob to get remote publishing to work. Please find my 3 different cronjob ... the setup in remote publishing show a successful test.
Here are the cronjobs:
0* * * * /bin/wget -O /dev/null "
http://mysite.org/folder/index.php?option=com_easyblog&task=cron"
0 * * * * php -q /home/account/public_html/folder/index.php?option=com_easyblog&task=cron > /dev/null 2>&1
0 * * * * cd '/home/account/public_html/folder/' ; php -q 'index.php?option=com_easyblog&task=cron' > /dev/null ;
Any suggestions on how to get this working?