Help!

Carp Question


Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> General RSS Stuff RSS
Next:  A Home On The Range For Scribblers!  
Author Message
chefelf



Joined: Jul 26, 2004
Posts: 99



PostPosted: Tue Aug 03, 2004 6:28 pm    Post subject:

I had a very old version of CaRP on my website up and running about a year and a half ago. I've since upgraded to the latest version but I'm having trouble getting any output. I'm not getting any error messages. Just no output.

Here's a link to the page: http://www.chefelf.com/test/

Here is the code for the very basic PHP page I've set up to get the test up and running:

Code:
<html>
<head>
</head>
<body>

<?php
require_once "/usr/local/plesk/apache/vhosts/chefelf.com/httpdocs/carp/carp.php";
CarpCacheShow('http://games.slashdot.org/games.rss');
?>

<?php
require_once "/usr/local/plesk/apache/vhosts/chefelf.com/httpdocs/carp/carp.php";
CarpCacheShow('http://nwt.mouken.com/rss/headlines.rdf');
?>


</body>
</html>


If anyone has any suggestions as to what I'm doing wrong I would appreciate it. Smile
Back to top
gjorgens



Joined: Aug 05, 2004
Posts: 1



');
CarpConf('maxitems',3);
CarpConf('bilink','');
CarpConf('aitems','');
CarpConf('poweredby','');
CarpCacheShow('http://longearsmall.com/mt/articles/mall/index.rdf');
CarpCacheShow('http://longearsmall.com/mt/articles/steveedwards/index.rdf');
CarpCacheShow('http://longearsmall.com/mt/articles/guestcontributor/index.rdf');
?>
PostPosted: Thu Aug 05, 2004 2:44 pm    Post subject:

Sample:

require_once "/www/l/longearsftp/htdocs/carp/app/carp.php";
CarpConf('bc','
');
CarpConf('bctitle',' ');
CarpConf('actitle','  »
');
CarpConf('ac','
');
CarpConf('ailink','
');
CarpConf('bidesc','');
CarpConf('aidesc','

Back to top
chefelf



Joined: Jul 26, 2004
Posts: 99



PostPosted: Thu Aug 05, 2004 3:12 pm    Post subject:

Yeah, I've actually used a similar string with no luck:

Code:
<?php require_once "/www/vhosts/chefelf.com/httpdocs/carp/carp.php";
CarpConf('iorder','link');
CarpConf('corder','');
CarpConf('maxitems',10);
CarpConf('bitems','<p><ul style="font-size: 8pt">');
CarpConf('aitems','</ul></p>');
CarpConf('bi','<li>');
CarpConf('ai','</li>');
CarpConf('poweredby','');
CarpCacheShow("http://help.lockergnome.com/forumrss.php?f=19");
?>


Not quite sure what I'm doing wrong since it's not generating any errors:

http://www.chefelf.com/test/test.php
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> General RSS Stuff All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum