RSS feed loading instead of blog page
-
All:
Thanks in advance for any help and pardon the length. It takes some time to explain the problem and all the steps taken so far to try and resolve it.
We have an old 1.33 wordpress mu install that we are trying to update to a current 3.x version and move it out to an Amazon EC2 instance. I replicate the db by a mysql dump read-in and copy the files over to a new spot and verify that I have a solid working copy. I then work all the steps in the upgrade, following the upgrade instructions for each of the versions that are on the WP site. When all is done we have a working WP site…kind of.
The site was a mu site and is now a standard WP network site with a main site and sub-directory setup for the network blogs. The issue arises at random times and manifests itself in one of two ways. The most obvious is that when you go to any of the network blogs, you will occasionally see an rss feed for a random blog on the site. The second way it manifests is that if you go to one of the /blog/feed urls you will occasionally see the rss feed for a different blog on the site. If one of these anomalies happens in firefox, a forced refresh will always bring up the correct page/feed/. In chrome with a rss feeder plugin, a refresh when looking at an aberrant rss feed brings up an error relating to no data in the feed. The url shows as the url to the correct site, it does not change (no redirect).
In trying to track down the problem I wrote a wget script to get a blog 100 times to try and see the error occurring. Here is a snipit of it:
2011-03-30 13:35:05 URL:https://blog.law.cornell.edu/tbruce/ [131869] -> “-” [1]
15
2011-03-30 13:35:06 URL:https://blog.law.cornell.edu/tbruce/ [131869] -> “-” [1]
14
2011-03-30 13:35:07 URL:https://blog.law.cornell.edu/tbruce/ [131869] -> “-” [1]
13
2011-03-30 13:35:08 URL:https://blog.law.cornell.edu/tbruce/ [131869] -> “-” [1]
12
2011-03-30 13:35:08 URL:https://blog.law.cornell.edu/tbruce [12281/12281] -> “-” [1]
11
2011-03-30 13:35:08 URL:https://blog.law.cornell.edu//tbruce [12281/12281] -> “-” [1]
10
2011-03-30 13:35:09 URL:https://blog.law.cornell.edu/tbruce/ [131869] -> “-” [1]
9
2011-03-30 13:35:10 URL:https://blog.law.cornell.edu/tbruce/ [12281/12281] -> “-” [1]
8
2011-03-30 13:35:11 URL:https://blog.law.cornell.edu/tbruce/ [131869] -> “-” [1]
7
2011-03-30 13:35:12 URL:https://blog.law.cornell.edu/tbruce/ [131869] -> “-” [1]
6
2011-03-30 13:35:13 URL:https://blog.law.cornell.edu/tbruce/ [131869] -> “-” [1]
5Note the file sizes being downloaded. You can see where we get the aberrant pages.
Today I did a brand new WP 3.1 install and imported the data for a few blogs, switched the virthost docroot and the problem still persists.
I figured it was some kind of caching issue, so I installed wp super-cache to try and fix. That mitigates the problem, but does not solve it. It does not happen as often, but it still happens.
So has anybody seen this? Has anybody seen anything like this (it may manifest as a browser asking to download a file if there is no rss reader present)? Since it has persisted through several upgrade attempts and and fresh install/import experiment I assume that it is either system related (php, apache) outside wordpress or a witches brew of wordpress and something to do with the system or platform (EBS store write caching issue? But then more would be seeing it).
Any advice is appreciated
- The topic ‘RSS feed loading instead of blog page’ is closed to new replies.