Up until recently, I had this working just fine. External feeds were activated via vBulletin Options, and I had a Scheduled Task for RSSFeed to update each hour.
Nothing was changed permission wise, and the only update I've performed is the update from 3.8.3 to 3.8.4.
If I attempt to manually run RSSFeed, I get the following error:
Code:
RSSFeeds
Warning: include_once([path]/./rss.php) [function.include-once]: failed to open stream: No such file or directory in [path]/admincp/cronadmin.php on line 113
Warning: include_once() [function.include]: Failed opening '[path]/./rss.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/admincp/cronadmin.php on line 113
Done
Line 113 of cronadmin.php shows:
Code:
include_once(DIR . '/' . $nextitem['filename']);
Contents of the RSSFeed task:
Code:
Varname rss13
Title RSSFeeds
Description Blank
Log Phrase Blank
Day of the Week
(Note: this overrides the 'day of the month' option)
Day of the Month
Hour
Minute 15
Active Yes
Log Entries No
Filename ./rss.php
Product vbulletin
I'm stumped with this one. You can see the feed by going to:
http://www.globalaffairs.org/forum/e....php?type=rss2
Last update was from yesterday, but there are many new threads since then, and are viewable to guests. I'm stumped, have a headache from digging around trying to figure it out, and the blood content in my alcohol is far too high for a Friday!
Edit -- I just checked:
http://www.globalaffairs.org/forum/e...l.php?type=rss
and it's working just fine. Why isn't rss2 working? **scratching head**