• Hello,
    I just installed FeedWordpress plugin. Now i have a problem with XML-RPC ping. It seems it doesn`t work. When i try to ping from remote wordpress blog to feedwordpress blog it doesn’t take new entries. I mean:

    WordPress blog (new article) with options update service -> feedwordpressblog/xmlrpc.php

    WordPress and feedwordpress ar newest versions.

    Anyone has expierance with this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’d like your solution, if you’ve got one. I found this post by searching for the exact same problem. Feedwordpress (the latest as of now, 0.981 gives me mickey mouse bullshit when pinging:

    [feedwordpress] update(‘https://krigenavterror.trykker.com/’)
    [feedwordpress] Error: I don’t syndicate that URI

    That site’s in it’s database, it does syndicate it manually when doing cron updates, it accepts the feed, it accepts the posts, but you can’t ping, no pinging!! and it’s obvious that there is some bug with the code which checks this somewhere.

    function feedwordpress_pong ($args) does

    $feedwordpress =& new FeedWordPress;
    $delta = @$feedwordpress->update($args[1]);

    and $delta is returned null regardless of the feed being in it’s DB or not. If you have any idea WHY then please do share.

    (I’m not actually sure the WP forum is for plugins, but hey, the thread was here already)

    I do have the same problem, “I don’t syndicate that url”. Also, what’s the secret word option for?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘FeedWordPress and XML-RPC ping’ is closed to new replies.