Error: I don’t syndicate tag:
-
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?
Error message is generated by the FeedWordPress plugin as I located the line in the code:
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)));
- The topic ‘Error: I don’t syndicate tag:’ is closed to new replies.