Subject: Some news feeds display and some don't |
Author:
Dave
|
[
Next Thread |
Previous Thread |
Next Message |
Previous Message
]
Date Posted: 14:46:25 09/14/05 Wed
We just purchased the evolution versions of Carp and Grouper...
I followed the directions, uploaded the files and went through the configuration process as the instructions requested. When I put in the default Geckotribe news feed as the default, the feed displays fine on my test page. But when I use the feed I need to display, one validated by wwww.feedvalidator.com, nothing is displayed but "powered by carp".
Our code is as follows:
require_once '/home/httpd/vhosts/spagoda.com/httpdocs/grouper/grouper/grouper.php';
$feedurl='http://antone.geckotribe.com/mentalarc/atom.xml';
GrouperLoadPlugin('xml.php');
GrouperLoadPlugin('xml-atom-0.3.php');
GrouperLoadPlugin('xml-atom-1.0.php');
GrouperLoadPlugin('blog.php');
GrouperLoadPlugin('daypop.php');
GrouperLoadPlugin('feedster.php');
GrouperLoadPlugin('yahoo.php');
GrouperLoadPlugin('google.php');
preg_match('#.*//(.*?)(/.*)#',$feedurl,$matches);
GrouperSourceConf('searchdomain',$matches[1]);
GrouperSourceConf('querystart',$matches[2]);
GrouperShow('',md5($feedurl),0);
require_once '/home/httpd/vhosts/spagoda.com/httpdocs/carp/carp/carp.php';
// add any configuration you want here
CarpShow('/home/httpd/vhosts/spagoda.com/httpdocs/grouper/grouper/rsscache/'.md5($feedurl));
?>
I loaded all of the plugins to see if this would help... so far it hasn't.
Please Help!
Dave
[
Next Thread |
Previous Thread |
Next Message |
Previous Message
]
| |