Same issue here. I was able (at first) to run cronrss.php and it manually pulled the posts, but ever since I added a few more feeds (3 more for a total of 8 ) even a manual run of cronrss.php does not pull them (could be the new feeds, though).
If I set a fake cron job (in the admin panel) it still does not pull up the posts.
I have the update time set to 480 minutes (8 hours) but how can I "create' the cron job? I have the cronrss.php file with this in it (default code):
<?php
/*
RSS Feed Poster
Version 1.0.0
by:vbgamer45
http://www.smfhacks.com
*/
// SSI needed to get SMF functions
require('SSI.php');
// For the rss functions
require_once($sourcedir . '/Subs-RSS.php');
UpdateRSSFeedBots();
die($txt['smfrssposter_admin']);
?>
Is it possible that it flags a time when the last cron job was run and does not pull any feeds from before that time?
Thank you in advance.