Forum Replies Created

Viewing 1 replies (of 1 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)

Viewing 1 replies (of 1 total)