VoyForums
[ Show ]
Support VoyForums
[ Shrink ]
VoyForums Announcement: Programming and providing support for this service has been a labor of love since 1997. We are one of the few services online who values our users' privacy, and have never sold your information. We have even fought hard to defend your privacy in legal cases; however, we've done it with almost no financial support -- paying out of pocket to continue providing the service. Due to the issues imposed on us by advertisers, we also stopped hosting most ads on the forums many years ago. We hope you appreciate our efforts.

Show your support by donating any amount. (Note: We are still technically a for-profit company, so your contribution is not tax-deductible.) PayPal Acct: Feedback:

Donate to VoyForums (PayPal):

Login ] [ Contact Forum Admin ] [ Main index ] [ Post a new message ] [ Search | Check update time | Archives: 1 ]
Subject: Re: Some news feeds display and some don't


Author:
Antone
[ Next Thread | Previous Thread | Next Message | Previous Message ]
Date Posted: 14:38:01 10/21/05 Fri
In reply to: Dave 's message, "Some news feeds display and some don't" on 14:46:25 09/14/05 Wed

> >require_once
>'/home/httpd/vhosts/spagoda.com/httpdocs/grouper/groupe
>r/grouper.php';
>$feedurl='http://antone.geckotribe.com/mentalarc/atom.x
>ml';

On this line, you've set the URL of an Atom 0.3 feed--okay so far.

>GrouperLoadPlugin('xml.php');
>GrouperLoadPlugin('xml-atom-0.3.php');

Now you've loaded the XML and Atom 0.3 plugins--still good.

>GrouperLoadPlugin('xml-atom-1.0.php');
>GrouperLoadPlugin('blog.php');
>GrouperLoadPlugin('daypop.php');
>GrouperLoadPlugin('feedster.php');
>GrouperLoadPlugin('yahoo.php');
>GrouperLoadPlugin('google.php');

But then you load a bunch of other plugins. The last one loaded will take precedence over any that were loaded before it.

>preg_match('#.*//(.*?)(/.*)#',$feedurl,$matches);
>GrouperSourceConf('searchdomain',$matches[1]);
>GrouperSourceConf('querystart',$matches[2]);

So the result here is that you're using the Google News plugin to try to process the Atom feed from antone.geckotribe.com. That's what's causing the problem in this case. What the solution is depends on which plugin you actually want to be using.

[ Next Thread | Previous Thread | Next Message | Previous Message ]


Post a message:
This forum requires an account to post.
[ Create Account ]
[ Login ]
[ Contact Forum Admin ]


Forum timezone: GMT-8
VF Version: 3.00b, ConfDB:
Before posting please read our privacy policy.
VoyForums(tm) is a Free Service from Voyager Info-Systems.
Copyright © 1998-2019 Voyager Info-Systems. All Rights Reserved.