Log in

View Full Version : Abnormal behavior in RSS feed to external.php


Biker_GA
09-11-2009, 09:09 PM
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:


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:


include_once(DIR . '/' . $nextitem['filename']);


Contents of the RSSFeed task:



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/external.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! :D

Edit -- I just checked:

http://www.globalaffairs.org/forum/external.php?type=rss

and it's working just fine. Why isn't rss2 working? **scratching head**

Lynne
09-11-2009, 09:33 PM
I see the same threads in each link.

Biker_GA
09-11-2009, 09:38 PM
**banging head on desk** Thanks Lynne. For some reason, Opera is showing two different pages, even after clearing the cache. I checked with FireFox and see that the pages are updating now.