RSS empty feed – 2.5 upgrade issue
-
OK this is a weird one – upgraded to 2.5 from 2.23 (I think) and all seemed fine – until users pointed out my feed was empty.
Because of legacy going back to when I started the podcast, I have the blog in a seperate directory and the RSS2 feed (rssfeed.php) points to that directory, so as to not have to change the URL.
Weird thing is: https://www.mutantpop.net/radioclash/rssfeed.php is empty
Pasting in the new wp-rss2.php and pointing the wp-config at the blog works, but they are exactly the same code. Even copying and renaming the same file – same result.https://www.mutantpop.net/radioclash/wp-rss2.php
They are exactly the same code. Why is one working and the other not? And no I requireonce or include of the wp-rss2.php file doesn’t work either – looks like it has to come from wp-rss2.php.
If I leave the spaces in I get an error like this:
Warning: main(/home/.desiree/fireslug/htdocs/blog/wp-includes./feed-rss2.php) [function.main]: failed to open stream: No such file or directory in /home/.desiree/fireslug/htdocs/radioclash/testfeed.php on line 8
Warning: main(/home/.desiree/fireslug/htdocs/blog/wp-includes./feed-rss2.php) [function.main]: failed to open stream: No such file or directory in /home/.desiree/fireslug/htdocs/radioclash/testfeed.php on line 8
Fatal error: main() [function.require]: Failed opening required ‘/home/.desiree/fireslug/htdocs/blog/wp-includes./feed-rss2.php’ (include_path=’.:/usr/local/lib/php’) in /home/.desiree/fireslug/htdocs/radioclash/testfeed.php on line 8
Help!
- The topic ‘RSS empty feed – 2.5 upgrade issue’ is closed to new replies.