• After installing Dagon Design Sitemap Generator v2.6 and trying to update site with FeedWordPress (which was previously working) I receive the following message:

    Error: I don’t syndicate tag:radgeek.com/projects/feedwordpress/abc123

    abc123 is the “XML-RPC update secret word”

    So the blog is basically un-updatable.

    Any help?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Have you tried disabling each plugin one at a time to see if it’s a conflict with either one?

    Thread Starter stonegatherer

    (@stonegatherer)

    Yes I have de-activated and tried it out.

    Error is coming from the FeedWordPress plugin as I located the line in the code that produces the error message:

    function log_feedwordpress_update_complete ($delta) {
    $mesg = array();
    if (isset($delta['new'])) $mesg[] = 'added '.$delta['new'].' new posts';
    if (isset($delta['updated'])) $mesg[] = 'updated '.$delta['updated'].' existing posts';
    if (empty($mesg)) $mesg[] = 'nothing changed';

    error_log("[".date('Y-m-d H:i:s')."][feedwordpress] "
    .(is_null($delta) ? "Error: I don't syndicate that URI"
    : implode(' and ', $mesg)));

    Thread Starter stonegatherer

    (@stonegatherer)

    Bump

    Thread Starter stonegatherer

    (@stonegatherer)

    Bump

    Thread Starter stonegatherer

    (@stonegatherer)

    I would like to thank whooami and spencerp for providing no help at all, just nixing my slightly different thread that might have got answers

    You two need nix’ed ….. you are lazy

    I didnt “nix” anything, I dont have that control. And what does that have to do with anyone being lazy? Lame.

    How bout contacting the plugin author, since you apparantly ARENT lazy?

    s

    (@sofimi)

    I get this:

    Error: I don't syndicate tag:radgeek.com/projects/feedwordpress/abc123

    then this:

    [date time][feedwordpress] update('tag:radgeek.com/projects/feedwordpress/abc123')
    [date time][feedwordpress] nothing changed

    I just installed feedwordpress and I’m also getting the same error message (below) when I run update-feeds.php

    `Error: I don’t syndicate tag:radgeek.com/projects/feedwordpress/secretcode
    anyone has a clue of what’s going on and more importantly how to fix this?

    thanks!

    Hey I have the same problem with some of my feeds, most it works on but some I have the (I don’t syndicate) error. At first I thought it was a problem as I am using 2.2 but noticed that a lot of other people are experiencing this with various builds of wordpress.

    If anyone has any ideas on how to sort this problem out or what is causing it, it would be most appreciated.

    If not is there any software/script for wordpress that does the same without errors either free or $$$?

    peace.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Error: I don’t syndicate tag:radgeek.com/projects/….’ is closed to new replies.