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. 