Skip navigation.
Home

FeedWordPress 2009.0613: minor UI glitches fixed and improved diagnostics for feed problems

FeedWordPress version 2009.0613 is now available for download.

This is a very minor update, which I guess should not be too much of a surprise, if you take into account the fact that I made a major release just yesterday. However, due to some difficulties that some people have been having, I thought it would be a good idea to push out a release with better diagnostics.

The basic issue is this: until WordPress version 2.7, FeedWordPress used the Snoopy HTTP library (which is included in WordPress) to fetch feeds for updating, and also for the feed finder that helps you subscribe to new feeds in the administrative interface. With WordPress 2.7, however, the WordPress team decided to deprecate Snoopy -- so it's still included with WordPress, but not used internally, and it may be dropped from future releases -- and to introduce a new custom API for HTTP requests (the WP_Http class and some wrapper functions that make use of it). So, if you're using WordPress 2.7.x or 2.8, FeedWordPress uses the new functions rather than the deprecated Snoopy module. One of the advantages of the new code is that it is supposed to be able to make use of any of several different HTTP transport APIs which may be available, depending on your PHP set-up (for example libcurl, fsockopen, URL support in fopen, etc.). But I've been noticing problems that many users have had that tie back to problems with the underlying HTTP transports used by WordPress's new code, and, for reasons that are unclear to me, the WordPress development team decided to make some changes in WordPress 2.8 which make these problems even more likely to occur and even harder to get around. In any case, this is almost certainly the underlying issue if you, like others, are encountering something like this when you try to syndicate a new feed:

Error: I couldn’t find any feeds at <http://example.com/> [HTTP request error: :]. Try another URL

The best solution for you will depend on details about your own hosting situation -- in particular, what version of WordPress you are using FeedWordPress with, and whether or not you are able to install new PHP modules on your web host, or, if not, whether or not you have someone who is willing to install new PHP modules for you. Unfortunately it's not likely to be something that FeedWordPress itself can fix. But I have made some updates so that FeedWordPress will, at least, provide some more useful diagnostic information -- which may help you figure out what needs to be done, or which will hep me help you figure it out, if you send the diagnostic information to me along with your support request.

So, anyway, all that said, that's why I'm pushing out a new release today. (There are also a couple other minor changes included in the release, but I would probably not have bothered with a public release just yet except for the number of support requests I've gotten since yesterday's release, which the diagnostics would help with.) Other than some under-the-hood re-arranging of the code, here are the significant changes between 2009.0613 and the previous releas, 2009.0612:

  • INTERFACE/BUGFIX: WORDPRESS 2.8 CATEGORY BOX FIX. Thanks to a subtle change in class names between the WordPress 2.7 and 2.8 stylesheets, category boxes in the FeedWordPress settings interface tended to overflow and have a lot of messy-looking overlapping text under WordPress 2.8. This has now been fixed.

  • FeedFinder FAILURE DIAGNOSTICS: When FWP's FeedFinder fails to find any feeds at a given URL (for example, when you are trying to add a subscription through the administrative interface and you run into an error message), FeedWordPress now provides more diagnostic information for the reasons behind the failure. If that helps you, great; if not, it should help me respond more intelligently to your support request..

Download and enjoy! As always, you have any issues with the release, or if there is anything that you would like to see included in a future release, please use the comments form or drop me a line to let me know about it.

Please remember that your generous gifts to the project tip jar make ongoing development, quick fixes and timely support for FeedWordPress possible.

Advertisement

Issues and Comments

As a workaround, I found that

As a workaround, I found that you can

  1. Add the blog via the Add New Link menu in Wordpress, assigning it the syndicated category

  2. Open PhpMyAdmin, go to the links table, sort by ID to show the latest link, click edit

  3. Edit the link_rss feed and manually put the feed address in there

Then do an update as usually and it seems to work fine. Bit annoying without the UI, but possible.

indi, Thanks for posting

indi,

Thanks for posting this. As Zemalf mentioned below, you can actually edit link_rss from within the advanced settings on the link editor. That's a good general work-around for any case in which the feed-finder breaks on some feed that you know to be valid.

On the specific issue of the HTTP request failure errors related to WP_Http_Fsockopen, that issue has now fortunately been solved in the most recent release of FeedWordPress; if you install the upgrade, this work-around should hopefully no longer be necessary.

I don't have PhpMyAdmin or

I don't have PhpMyAdmin or anything else fancy running, but fortunately the solution was so simple :) I got the syndication working with this little "trick"..

  1. Add a new blog with Add New Link (or go edit an old one)
  2. Add the blog's address to the "Web Address"
  3. Add the name and description if you use those
  4. Assign the syndicated category (Contributors by default)

and THEN the "magic"..

  1. Scroll down all the way to the bottom, to the ADVANCED section
  2. Add the feed address/link to the "RSS Feed" field

Go to syndication and at least for me it worked.

OMG when I thought of a

OMG when I thought of a workaround I forgot this "RSS Feed" field. Thank you so much Zemalf!

I just did Zemalf's

I just did Zemalf's workaround and got this error:

  • Updating http://www.goal.com from http://www.goal.com/en/feeds/news?fmt=rss ... Warning: gzinflate() [function.gzinflate]: data error in /home/content/53/4380553/html/wp-includes/http.php on line 1787

    Warning: Illegal offset type in /home/content/53/4380553/html/wp-includes/rss.php on line 1455 completed in 45 seconds

Update complete. 14 new posts were syndicated and 0 existing posts were updated

This method works for me as

This method works for me as well. Thanks!

Much thanks for this - worked

Much thanks for this - worked like a charm for me!

I tried this suggestion, and

I tried this suggestion, and am still getting the error message:

* Updating [] from <http://.....> ... completed in 1 second

Update complete. 0 new posts were syndicated and 0 existing posts were updated

This is an amazing workaround

This is an amazing workaround that seems to fix the problem I have previously reported with all wordpress.com category or tag specific feeds that would error when being entered through the plugin admin. Brilliant!

Zemalf, Thanks for posting

Zemalf,

Thanks for posting this.That's a good general work-around for any case in which the feed-finder breaks on some feed that you know to be valid.

On the specific issue of the HTTP request failure errors related to WP_Http_Fsockopen, that issue has now fortunately been solved in the most recent release of FeedWordPress; if you install the upgrade, this work-around should hopefully no longer be necessary.

John,

If FeedWordPress fails to pick up any posts from a feed even after you manually set up a subscription using Zemalf's work-around method, then it's possible that there is a problem with the feed which is preventing MagpieRSS from parsing the feed. (In particular, MagpieRSS cannot at present handle feeds with ill-formed XML, which can result from unbalanced tags, invalid character entities, or character encoding problems.) Could you e-mail me the URL of the feed that you are having trouble syndicating so that I can run some tests on it? Or, alternatively, you might run the URL through http://feedvalidator.org/ yourself to check it for well-formedness.

[...] Here’’s What Tried and

[...] Here’’s What Tried and it worked. http://projects.radgeek.com/2009/06/13/feedwordpress-20090613/#comments [...]

Thanks for the upgrade,

Thanks for the upgrade, Radgeek. So far, I have no problem at all after upgrade. But I haven't tried adding a new feed yet.

I had written to you earlier about a specific problem that I was having. The incoming syndicated posts are tagged with the categories from the original blog instead of being tagged with the one I specifically assign in the Settings. Does this upgrade address this issue? Can we turn off importing original categories from the posts we syndicate?

Patrix, This upgrade does

Patrix,

This upgrade does not yet provide an off-the-shelf method for stripping out categories. I have plans for adding a category-mapping feature which will allow you to set things up like that, but that had to be deferred until the next public release. (Which, unless there are emergency bug fixes that need to be pushed out, you can probably expect sometime in August.)

In the meantime, it is possible for you to accomplish what you want to accomplish by installing a custom filter for FeedWordPress, written in PHP. I'll contact you by e-mail with the details of how to do this.

Getting the following message

Getting the following message when trying to add rss feed:

Feed Finder: http://rss.aa.com/DomesticNextWeekend.xml Error: FeedWordPress couldn't find any feeds at http://rss.aa.com/DomesticNextWeekend.xml. Try another URL.

Diagnostic information HTTP request failure :

HTTP Transports available: WPHttpFsockopen

Use another feed Feed:

I've look at some of the other comments. But I'm not understanding what changes have to be made. I have replaced the rss.php and rss_functions.php with the ones that came with version .0613. I'm still getting the same results.

I got the exactly the same

I got the exactly the same problem, tried the magicpie uppgrade, downgrade doesnt work.

Lowell, The problem is not

Lowell,

The problem is not with MagpieRSS; unfortunately, the problem is, as far as I can tell, in the WordPress HTTP API. The best way for you to fix this is going to depend in part on details about your web hosting arrangement. Are you able to install new PHP modules on your web server? If you're not able to do it directly, is there someone at your web hosting provider who would be willing to do it for you on request? Let me know whether either of these things is true, and I'll try to offer some advice on possible solutions, given the details about your situation.

Lowell, As an update to my

Lowell,

As an update to my previous follow-up: it turns out that the problem was partly with the WordPress HTTP API and partly with some of the code that shipped in the MagpieRSS module (although not with the Magpie parser itself). In any case, it should now be more or less fixed in the most recent version of FeedWordPress (2009.0618).

Hope this helps!

I'm seeing exactly the same

I'm seeing exactly the same challenges as others: I'm trying to add this RSS feed: http://www.uxarray.com/?feed=rss2 and am getting

Error: FeedWordPress couldn't find any feeds at http://www.uxarray.com/?feed=rss2. Try another URL.

Diagnostic information HTTP request failure :

HTTP Transports available: 1.wphttpfsockopen

William, Thanks for the

William,

Thanks for the report. The diagnostic information that you and other users sent in has been very useful in tracking down the source of the problem.

I believe that you should be able to eliminate this problem by upgrading to the new release of FeedWordPress that I put out yesterday: http://projects.radgeek.com/2009/06/18/feedwordpress-20090618/.

Hope this helps.

Hi, I just installed the

Hi, I just installed the 13062009 version of FeedWordPress and I keep getting the following error message.

Diagnostic information HTTP request failure

: HTTP Transports available:

  1. WPHttpFsockopen

Pls help

I have the same problem.

I have the same problem.

@davion and Lowell I had the

@davion and Lowell I had the same problem and everything works fine with Zemalf instructions.

Davion, Unfortunately, the

Davion,

Unfortunately, the problem here is, as far as I can tell, in the WordPress HTTP API. The best way for you to fix this is going to depend in part on details about your web hosting arrangement. Are you able to install new PHP modules on your web server? If you're not able to do it directly, is there someone at your web hosting provider who would be willing to do it for you on request? Let me know whether either of these things is true, and I'll try to offer some advice on possible solutions, given the details about your situation.

I am using HostGator. From

I am using HostGator. From what I understand, they can depending on the modules.

What would be your advice?

Davion, O.K., change of

Davion,

O.K., change of plan. I did some more investigating and figured out a solution to the problem which should work regardless of the HTTP transport modules that you have installed. You should be able to eliminate this problem by upgrading to yesterday's new release of FeedWordPress. (Make sure to re-upgrade MagpieRSS; the fix is in some code in rss.php, so you need to replace the older MagpieRSS files in order for it to take effect.)

Hope this helps!

I can enter the the rss

I can enter the the rss address in manually and get it to show up, but when I do an update, no posts show up. I have tested it multiple ways, and with multiple feeds.

I'm clueless?

epercpetion, If

epercpetion,

If FeedWordPress fails to pick up any posts from a feed even after you manually set up a subscription using the work-around method, then it’s possible that there is a problem with the feeds which is preventing MagpieRSS from parsing the feed. (In particular, MagpieRSS cannot at present handle feeds with ill-formed XML, which can result from unbalanced tags, invalid character entities, or character encoding problems.) Could you e-mail me the URL of the feed or feeds that you are having trouble syndicating so that I can run some tests on it? Or, alternatively, you might run the URL through http://feedvalidator.org/ yourself to check it for well-formedness.

[...] to worry about it

[...] to worry about it because a nice work-around was described by Zemalf at the FeedWordPress site: http://projects.radgeek.com/2009/06/13/feedwordpress-20090613/#comment-2.... In brief, the RSS feeds are added via the WordPress standard Links control. It apparently [...]

I just spent a couple of days

I just spent a couple of days wrestling with FeedWordPress and MagpieRSS trying to figure out why the feeds weren't getting updated after the initial load. Eventually I traced it back to an issue with the feed URLs. The problem was the feed was for a category on another site, and the URL was http://foo/cat=3&feed=rss2. The system encoded that URL to http://foo/cat=3&feed=rss2, and Magpie did NOT un-encode it before doing the fetch. The solution I eventually came to was adding a line to rss.php to do the un-encoding. I've written up a more detailed description of the problem and solution at: http://ficial.wordpress.com/2009/06/16/wordpress-aggregation-feedwordpre...

Hello, Thanks for the update

Hello,

Thanks for the update but it still does not seem to fix the issue that I having. I get all of sites syndicated OK but they always link to the post of the syndication site as opposed to the original article. If I delete these posts and then manually update them then then point to the original site like they should.

I do have it set to link back to the original post in the settings but that only seems to take effect when I manually update.

Thanks for the great plugin.

Thanks for the great plugin.

The issue that I am having is that when items are syndicated automatically then link back to the syndication site. When I delete those posts and manually update then post will link back to the original article.

I noticed the following differences between posts that are updated automatically and ones that are done manually. In the ones that are done manually all of these custom fields are created:

syndicationfeed syndicationfeedid syndicationitemhash syndicationpermalink syndicationsource syndicationsource_uri

Each one of them has a value.

In the posts that are created automatically these are not there. Is there a setting that I am missing in order to get these to show up automatically? I would think if the syndication_permalink is missing that it is going to default to the standard permalink.

Oops, Sorry hopefully this is

Oops, Sorry hopefully this is a correct list of the custom fields:

syndication_feed

syndicationfeedid

syndicationitemhash

syndication_permalink

syndication_source

syndicationsourceuri

It's also happen on me

It's also happen on me :(

Any solution please?

The same thing happens to me.

The same thing happens to me. It really annoying. It is many month that this error is present and there is no solution. Symptom: when posts are updated autmatically the functions like the_syndication_source_link() and other are not returning the original link of the post.

PLEASE HELP US!!!!!

Hi, I'm using Feedwordpress

Hi,

I'm using Feedwordpress to a central gaming hub for german rpg-gaming sites. It works fine... with wordpress feeds. I do have problems with Feed from Blogger. Sometimes the parts I get look like this

a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_T1GXmgj7TQk/SjdHWmN0UoI/AAAAAAAAALg/-x6rN22JFKE/s1600-h/23.jpg"img style="margin: 0pt 0pt 10px 10px; float: right; cur[...]

Right now I'm using yahoo pipes to clean up the feeds, but that does not work anymore... its just to slow. I'm running into timeouts.

Is there any way to filter the content in wordpress? I know that s9y does implement filters - I'm actually close to switching over.

TIA for any help!

Karsten, FeedWordPress

Karsten,

FeedWordPress allows for you to implement filters on post content, or on the entire set of feed elements, by coding PHP functions to hook on to specific filter hooks that FeedWordPress triggers. (In particular, the hooks you want are syndicated_item_content, which operates on a string of text, or just syndicated_item, which operates on an array in the format used by MagpieRSS.

For a simple content filter, you would need to create a PHP file formatted as a WordPress plugin. So it would look something like this:

    <?php
    /*
    Plugin Name: Content and item filters
    Plugin URI: [uniquely identifying URL]
    Description: [whatever]
    Version: xx.yy
    Author: [whatever]
    Author URI: [whatever]
    License: GPL
    */

/**
 * Filter content of incoming posts.
 *
 * This manipulates the content of an incoming post and returns the
 * filtered value to be stored.
 *
 * @param string $content Content of the syndicated post.
 *  May have been manipulated already by upstream filters.
 * @param object $postObject of class SyndicatedPost.
 *  Can be used to get information about other elements of the item to be
 *  syndicated, or about the feed it is being syndicated from.
 * @return string The content, appropriately filtered.
 */
function syndicatedItemContentFilter ($content, $postObject) {
    // Insert some PHP code here to manipulate the value of $content
    // according to your whims. What you return will be stored as
    // the content of the syndicated post.

    return $content;
} /* syndicatedItemContentFilter () */

/**
 * Filter one or more elements in a feed item.
 *
 * @param array $item Representation of a single item on the feed,
 *  as represented by MagpieRSS.
 * @param object $postObject of class SyndicatedPost.
 *  Can be used to get more information about the item or
 *  information about feed this item is being syndicated from.
 * @return mixed An array with modified elements will be treated as
 *  the new official representation of the item to be syndicated.
 *  Use NULL to force FeedWordPress to drop that particular item
 *  without syndicating it. (However, if the item has already once
 *  been syndicated, returning NULL here will NOT cause it to be
 *  deleted.)
 */
 function syndicatedItemFilter ($item, $postObject) {
     // MagpieRSS stores elements in the array according to name,
     // namespace, and hierarchy.
     // $item['title'] = the contents of the &lt;title&gt;...&lt;/title&gt; element.
     // $item['link'] = the contents of the &lt;link&gt;...&lt;/link&gt; element
     // $item['author_name'] = the contents of the
     //     &lt;author&gt;&lt;name&gt;...&lt;/name&gt;&lt;/author&gt; child element
     // $item['dc']['creator'] = the contents of the namespaced
     //     &lt;dc:creator&gt;...&lt;/dc:creator&gt; element
     //
     // The atom:content element has been forcibly renamed in order to
     // prevent collisions with the namespace element for content:encoded:
     // $item['atom_content'] = the value of the &lt;content&gt;...&lt;/content&gt;
     //     element in an Atom entry
     //
     // Elements that can occur multiple times, such as &lt;category&gt;, are
     // stored using a counter in the element name.
     // $item['category#'] = the number of &lt;category&gt; elements on this item
     // $item['category'] = the contents of the first
     //     &lt;category&gt;...&lt;/category&gt; element on this item
     // $item['category#2'] = the contents of the second
     //     &lt;category&gt;...&lt;/category&gt; element on this item
     //
     // Element attributes can be accessed using the @ operator.
     // $item['category@'] = a comma-separated list of all the
     //     attributes on the first &lt;category&gt;...&lt;/category&gt; element on this item
     // $item['category@term'] = the value of the &lt;category term="..." /&gt;
     //     attribute on the first &lt;category&gt;...&lt;/category&gt; element on this item
     // $item['category#2@term'] = the value of the &lt;category term="..." /&gt;
     //     attribute on the second &lt;category&gt;...&lt;/category&gt; element on this item.
     // $item['media']['content@width'] = the value of the &lt;media:content width="..." /&gt;
     //     attribute on the first &lt;media:content&gt;...&lt;/media:content&gt;
     //     element on this item.
     //
     // MagpieRSS normalizes several elements so that both the RSS
     // element name and its Atom equivalent (or vice versa) are
     // present regardless of the original format of the feed. So
     // most element names will work either using RSS names or their
     // Atom equivalents. However, note that some content elements,
     // like RSS 0.9x, 1.0 and 2.0 &lt;description&gt;...&lt;/description&gt;
     // elements, are NOT normalized, because they have importantly
     // different semantis from &lt;content:encoded&gt; or &lt;atom:content&gt;.

     $item['atom_content'] = 'A new and fascinating filtered content.';
     $item['title'] = 'A new and fascinating title.';

     return $item;
 } /* syndicatedItemFilter() */

 add_filter (
     /*hook=*/ 'syndicated_item_content',
     /*function=*/ 'syndicatedItemContentFilter',
     /*priority=*/ 10,
     /*arguments=*/ 2
);
add_filter (
    /*hook=*/ 'syndicated_item',
    /*function=*/ 'syndicatedItemFilter',
    /*priority=*/ 10,
    /*arguments=*/ 2
);
?&gt;

Put this in a plain text file, fill in legitimate values for the meta-data at the top, modify what needs to be modified to do what needs to get done in the code, drop it into your WordPress plugins directory, and when ready, activate it like a normal plugin.

Hope this helps. If you need any help on squirrely details of how the filters work, feel free to drop me a line.

Also same error here after

Also same error here after update

Diagnostic information HTTP request failure

: HTTP Transports available:

  1. WPHttpFsockopen

Mark, Thanks for the report.

Mark,

Thanks for the report. The diagnostic information that you and other users sent in has been very useful in tracking down the source of the problem.

I believe that you should be able to eliminate this problem by upgrading to the new release of FeedWordPress that I put out yesterday: http://projects.radgeek.com/2009/06/18/feedwordpress-20090618/.

Hope this helps.

I know this goes against some

I know this goes against some of the key features of being able to find and detect feeds, but if you're sure that the URI you're requesting is a valid RSS feed, then here's a small hack that works for me:

Edit lines 36&37 of the feedfinder.class.php file: if (@isnull($this->data($uri))) { if (!$this->isfeed($uri)) {

This will bypass the checking of whether or not the URI is a feed and immediately translate it for syndication. I wouldn't consider this a permanent fix, but a "hack-around", until the plugin is updated.

Hope this helps!

Thanks very much.It worked

Thanks very much.It worked like a charm

I upgraded to the newest

I upgraded to the newest version of the plugin but I seem to have a different problem.

The list of all my syndicated feeds are not showing up and I don't even have the choice to add a new one.

The excerpt and title comes

The excerpt and title comes in okay, but not the "body" of the post. The body of the post is always the first one???

I am syndicating from another one of my wordpress blogs so the feed should be okay.

[...]

[...] http://projects.radgeek.com/2009/06/13/feedwordpress-20090613/#comment-2... The problem is not with MagpieRSS; unfortunately, the problem is, as far as I can tell, in the WordPress HTTP API. The best way for you to fix this is going to depend in part on details about your web hosting arrangement. Are you able to install new PHP modules on your web server? If you’re not able to do it directly, is there someone at your web hosting provider who would be willing to do it for you on request? Let me know whether either of these things is true, and I’ll try to offer some advice on possible solutions, given the details about your situation. [...]

I'm running the latest

I'm running the latest version of FeedWordPress on WPMU 2.7.1. I've replaced the two reed files in wp-includes but am still getting this error in my logs:

MagpieRSS: Failed to parse RSS file. (Mismatched tag at line 141, column 7)

Do you know which file this is referring to? Thanks.

Joss, "Mismatched tag"

Joss, "Mismatched tag" indicates an XML error in the feed, which is causing the feed not to validate as well-formed XML. Unfortunately MagpieRSS cannot parse ill-formed feeds.

Try running the feed URL through http://feedvalidator.org/ to get a more detailed report on what's going wrong and where.

Why my Feed not add Custom

Why my Feed not add Custom Field on each post? So the content can't go to original URL

How to fix my problem?

I found something that I

I found something that I can't understand

When I try updated manually the FEED via FEEDWORDPRESS panel, the custom field successfully added on the post. But when FEED auto updated, the custom field did not added to the post :(

So, what the problem? I hope someone can help me to solve this problem

Hello, I was wondering if it

Hello, I was wondering if it is possible to aggregate feeds retroactively? I have two for which I have been writing for about a year and I want to aggregate all my posts into one new blog. I think feedWordpress only aggregates new posts. Is there a way to get all the old ones too? If not with feedWordpress do you know of another way? Cheers, nfitz

Nicholas, FeedWordPress

Nicholas,

FeedWordPress syndicates whatever is available on the feed, but most feed producers only put something like the 10-25 most recent items on the feed. If the feed producer does not provide a source to get older posts, FeedWordPress doesn't have any good way of getting at that data.

Some feed producers allow you to get a full feed that exports everything that matches the selection criteria, rather than just the N newest posts that do; you'd have to look around the site that you're trying to syndicate data from and see if they produce any feeds that give you that option. If so, my suggestion would be to syndicate once from the full feed, so as to fill in all the old articles, and then turn off updates for that full feed, and rely on the 10-newest or 25-newest or whatever feed to bring in new articles -- you don't want FeedWordPress having to run through hundreds of posts on some monster feed every time it tries to do an update!

I am also having a problem

I am also having a problem with HTTP transport.

Diagnostic information HTTP request failure :

HTTP Transports available: WPHttpFsockopen

FYI, I can do just about anything you need me to do to make this work, but I will need some guidance.

Also, I have an additional problem. On the "Syndicated Sites" configuration page, the configuration area is now blank. Could I have caused this by toggling the gray menu bar across the top of the page? Whatever I've done, that page is now blank. Any hint how I might get it back?

Thanks.

Mike

Mike, On the HTTP request

Mike,

On the HTTP request failure: thanks for the report. The diagnostic information that you and other users sent in has been very useful in tracking down the source of the problem.

I believe that you should be able to eliminate this problem by upgrading to the new release of FeedWordPress that I put out yesterday: http://projects.radgeek.com/2009/06/18/feedwordpress-20090618/.

On the blank Syndicated Sites page: it looks to me like I failed to notice a problem with the AJAX code that handles the interface boxes. I am investigating how to fix this. In the meantime, though, you should be able to clear out the problem and restore the boxes to their default display by issuing the following query directly to your MySQL database:

    DELETE FROM wp_usermeta WHERE LOCATE('box', meta_key) AND
    LOCATE('feedwordpress', meta_key);

Try that out and let me know how it works for you. In the meantime, I'll research a more permanent solution.

Hope this helps.

I was experiencing the blank

I was experiencing the blank syndication.php page as well...

Just wanted to let you know that the query you suggested worked; my syndication page displays again!

Thanks again!

Mike and mjcason, By way of

Mike and mjcason,

By way of follow-up: the AJAX issue that was causing the blank syndication.php page has now been permanently (I hope) fixed in the most recent release of FeedWordPress (2009.0707), which I made available for download last night. For details, see: http://projects.radgeek.com/2009/07/07/feedwordpress-20090707/.

Hope this helps!

-C

Seems to be working now. I've

Seems to be working now. I've updated the plugin to the new release, and I updated the database as you requested. I am able to subscribe to feeds.

This looks like an excellent tool. Thanks for all your help!

  • Mike

Is there a way to control the

Is there a way to control the number of characters published? For instance, some of the feeds I have subscribed to, publish the entire post. But, I just need to publish, say 40 words.

Any workarounds?

same qn - how do I control

same qn - how do I control the # of words published from a feed? Is this something that needs to be done in the code? IF yes, where..

TIA

Guys, I have a general

Guys, I have a general question for Rad Geek or anyone else that can provide some insight, and thank you to those that do.

I used this FeedWordpress script, and the first 2 weeks it was amazing, traffic literally shot up, real traffic, not spiders.

Then, somehow on its own, it just died, I mean from 200 visitors per day to under 10, just like it was before we added it.

Has anyone else experienced this or seen this? The script definitely brought the traffic in, but did I do something wrong, a wrong setting? It was like Google added us and we were able to find our listings, and then they all disappeared.

Any recommendations or known fixes would be greatly appreciated.

Guys - I'm getting these

Guys - I'm getting these errors at the top of my screen now:

Warning: pregsplit() expects parameter 2 to be string, array given in /home1/howtofi1/publichtml/wp-includes/bookmark.php on line 206

Warning: Invalid argument supplied for foreach() in /home1/howtofi1/public_html/wp-includes/bookmark.php on line 208

Rad, any idea?

Rad, any idea?

I don't get it. Once you

I don't get it.

Once you install this plugin, what do you do next?

Where do the feeds appear?

How can i do to only parse

How can i do to only parse the 50 first words of each post. I don't want to get entires post on my blog Thanks

Filter

I like the FeedWordPress plugin very much! It does exactly what I want it to do. Well... Almost exactly. Is there a way to filter feeds in a way so that I just get feeds with certain words in it. I just want to publish newsfeeds with the name of my hometown in it, and news with the name of the region I live in. How do I do that?

Thanks in advance.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <q> <u> <b> <i> <sup> <sub> <span> <abbr> <acronym> <ul> <ol> <li> <dl> <dt> <dd> <h2> <h3> <h4> <h5> <h6> <div> <pre> <blockquote> <img> <br> <hr> <p>
  • Easily link to terms in various wikis. For help, see <a href="/interwiki/1">interwiki</a>.
  • Link to content with [[some text]], where "some text" is the title of existing content or the title of a new piece of content to create. You can also link text to a different title by using [[link to this title|show this text]]. Link to outside URLs with [[http://www.example.com|some text]], or even [[http://www.example.com]].

More information about formatting options

Site License