By MD King on Wednesday, 06 November 2013
Posted in Technical Issues
Replies 4
Likes 0
Views 735
Votes 0
I have the correct settings, enabled, twitter account connected & hashtag set. I am running both a cronjob and loading the page in my browser, yet it isn't catching the tweets. Worked during testing.
Hello,

Sorry for the late reply. I just tested this by manually running the cron and the Twitter posts are fetching http://screencast.com/t/uufBen64 I suspect that though the cronjob is setup, there might be some issues with it running properly. Please check your cronjob again. If you can't determine the issue, please send us your cPanel access to check this out. Please advice.

Thanks!
·
Wednesday, 06 November 2013 11:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Cron isn't running via CPanel (there isn't one - VPS CentOS)

Here is the line from the .sh script
wget -O /dev/null "http://bankwide.com/index.php?option=com_easyblog&task=cronfeed"; > /dev/null
·
Wednesday, 06 November 2013 11:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Found the issue -

was executing task 'cronfeed' as opposed to 'cron'

I am assuming one imports the RSS Feeds, the other Twitter, so both have to be ran.
·
Wednesday, 06 November 2013 11:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Yes the "cronfeed" is for executing the feed imports, whereas the "cron" is to execute multiple actions like sending emails, retrieving microblog, post scheduled post and so on


Thanks!
·
Wednesday, 06 November 2013 12:21
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post