finalcut / wp-feedlist

Automatically exported from code.google.com/p/wp-feedlist
0 stars 0 forks source link

Blank screen on wpmu #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install the plugin in mu-plugins
2. Create a feeds.txt file, and put the RSS of sitewide feed on it
3. Edit the section with the defaults and put the siteweed there too

What is the expected output? What do you see instead?

I expected that I would get a config panel showing in admin. Instead the
whole site goes down, jut returning a blank page.

What version of the product are you using? On what operating system?

Feedlist 2.1 on WPMU RC4 on Linux Redhat, Apache 2.0.xx

Please provide any additional information below.
* http://mu.wordpress.org/forums/topic.php?id=998&replies=23#post-10391 -
one person has got it to work
* No errors in the error.log file
* Nothing specific being fetched in the access.log file

I don't know what else to check.

All I know is that when I add feedlist.php the site breaks and removing it
makes it work again.

Original issue reported on code.google.com by mrjclea...@gmail.com on 30 Sep 2006 at 2:36

GoogleCodeExporter commented 9 years ago
Oh, and I tried to set debug=true in the code, but still no beer.

Original comment by mrjclea...@gmail.com on 30 Sep 2006 at 2:42

GoogleCodeExporter commented 9 years ago
Sorry I was slow getting to you about this.  The admin screen is not done yet.  
I
have also never tried feedList with mu wordpress.

with the file in the plugin directory can you load any page within your blog or 
does
everything come back as a "blank" page?

thanks
Bill

Original comment by bill.raw...@gmail.com on 5 Oct 2006 at 7:41

GoogleCodeExporter commented 9 years ago

Original comment by bill.raw...@gmail.com on 5 Oct 2006 at 7:46

GoogleCodeExporter commented 9 years ago
this is a dupe of issue 3 (which I already marked as a dupe) so here is the 
info from
that issue:
Reported by menziesclc, Sep 14, 2006 ...

What steps will reproduce the problem?
1. Activating Feed List
2.
3.

What is the expected output? What do you see instead?
- white screen, PHP panic

What version of the product are you using? On what operating system?
- Wordpress 2.0.4

Please provide any additional information below.

I read a message about a problem with a matching PHP function, but do not
have the plugin mentioned (I have forgotten what it was). The plugins I do
have activated are:

. Akismet
. Dagon Sitemap Generator
. podPress
. PJW Mime Config
. Simple Recent Comments
. WP-phpMyAdmin
. WP lightbox 2

Comment #1 by bill.rawlinson, Today (3 minutes ago) ...

the clashing function thing should really only happen if you have rssLinkList 
and
feedList installed at the same time.

If you have any extra whitespace at the bottom of your feedList.php file (after 
the
closing %> it can also cause the "white page" syndrome.

Original comment by bill.raw...@gmail.com on 5 Oct 2006 at 7:48

GoogleCodeExporter commented 9 years ago
Hi,

just to let you know, I had the same problem with WPMU 1.0 installed, and the 
latest 
feedlist. After some searching I fixed it by changing '/wp-includes/rss-
functions.php' on line 213 or something, to '/wp-includes/rss.php'. The former 
file 
is not present in /wp-includes/, while the latter seems to include all 
necessary 
functionality to make things work again, now everyhing works just fine, I use 
it 
together with the sitewide feeds plugin. I don't know how it would be with a 
regular 
Wordpress install, but I guess it would be similar.

greetz

Original comment by orifice....@gmail.com on 28 Oct 2006 at 7:55

GoogleCodeExporter commented 9 years ago
thanks for the feedback.

the version of feedList (developmental) that I use on my blog has some logic in 
it to
handle this change in filenames.

Wordpress 2 had a file called rss-fuctions - but Wordpress 2.1 (and obviously 
WPMU)
has the name change as well.

I will update the version available for download to handle this derivation in 
file
naming.

Original comment by bill.raw...@gmail.com on 28 Oct 2006 at 8:26

GoogleCodeExporter commented 9 years ago

Original comment by bill.raw...@gmail.com on 16 Apr 2007 at 2:01