Can someone tell me what I need to do. I am getting the following errors: update-feeds (2006-08-08 11:25:04): ERROR: I don't syndicate <tag:radgeek.com/projects/feedwordpress/ddd27f> I think the problem with the update-feeds.php. Do I have setup a user (that is in database) in Wordpress that matches the user in database? I think the problem is this in wordpress backend option : Back-end Options XML-RPC update secret word:
Try loading that URL into your browser.. intereting codes there <frame src="http://www.sedoparking.com/domparking.php?id=415788&u=http://projects.radgeek.com/system-bin/php4exe/feedwordpress/ddd27f"> Code (markup): Just counting SEDO hits i bet
I saw this type of post when I was trying to set up feedwordpress and it made me really mad. Then I realized I was using the wrong code listed in the readme. Glad I read and re-read it. One is for the browser based auto and the other is the cronjob. When I used the cronjob one I had no problems. btw, make sure you are using absolute path.
I am having similar problems with Feedwordpress with some domains but not others. I have set up identical cron jobs for all the domains, but some update yet some return the "I don't syndicate error". One site updated itself for the first time via the Cron, yet will not update itself any more, returning the error when trying to update manually via the update-feeds.php in the browser. What is the solution?
This truly is a testament to RTFM, but I'm gonna help out people having this problem. I came across this thread trying to find the answer, but found no answer. Now that I have found the answer, I will not be a stingy miser. Anyway, the answer is simple. #### New Installations #### 1. Install `feedwordpress.php` in your WordPress `plugins` directory and `update-feeds.php` in your WordPress `wp-content` directory. 2. (Optional) Upgrade the copy of MagpieRSS packaged with WordPress by installing the new `rss-functions.php` (archived in `OPTIONAL/wp-includes`) into your WordPress `wp-includes` directory. Upgrading MagpieRSS is necessary if you want to take advantage of support for Atom 1.0, multiple post categories, RSS enclosures, and multiple character encodings. (Note, however, that support for transliterating between character encodings is a very complex and iffy prospect in some PHP environments, so if you intend to use a lot of feeds with alternate encodings you should make sure that your installation of PHP is up-to-date and that you keep a copy of the old MagpieRSS around to compare results.) 3. Log in to the WordPress Dashboard and activate the FeedWordPress plugin. [B] 4. While you're at the Dashboard, once the plugin is activated, you can go to Options --> Syndication and set (1) the link category that FeedWordPress will syndicate links from (by default, "Contributors"), and (2) a "secret word" for your RPC-XML updating interface. This provides some light security by keeping passing ruffians from saying "Update all the feeds" at will to your FeedWordPress installation. 5. Go to Links --> Syndicated to set up the list of sites that you want FeedWordPress to syndicate onto your blog. (If you have the feeds you want to aggregate in a service such as Bloglines, you may prefer to export them to an OPML file and use WordPress's Links --> Import to import them into the contributors category.)[/B] Code (markup): Pay special attention to #5. This is where you veered. So yes, RTFM. I did. - Scott
I made sure to RTFM, but I was still getting this error. It was even more frustrating because this was working yesterday afternoon. I had set those syndication links to be invisible so they wouldn't show in the links on the site. Once I made them visible again, the script ran without the error.
I get this same error message, and none of the suggested fixes so far resolve it. I get the error message from Cron Daemon and also when I run the update-feeds script manually, I have set up the syndication link as specified, and it's not set to invisible. Do I have to do anything with the XML-RPC secret word other than set it in Options ----> Syndication?
Sorted! Really simple in the end - the step I'd missed was after setting up the syndication link, it doesn't work if you then go into Manage Links and manually assign it to the link category specified in step 4. I think those instructions should have that as a step 6, because it really wasn't clear to me what I was doing wrong.