CaRP Evolution v4.1.2
by Antone Roundy | CaRP
CaRP Evolution (RSS to HTML converter) version 4.1.2 is ready for download.
This update contains a single bug fix to solve an issue that prevented cache files from being updated under some circumstances. Upgrading is strongly recommended for all users in order to speed up your pages if this issue is affecting you.
To upgrade, upload carp.php and carpinc.php, overwriting the old files.
It appears that under some circumstances, you may need to clear out one or more of your cache folders before existing caches will begin working. To clear all three cache folders, create a file with the following contents (with the path changed to point to where you installed CaRP), upload the file to your server, and load it once in your web browser.
<?php
require_once '/your/path/to/carp/carp.php';
CarpClearCache(0);
CarpClearCache(1);
CarpClearCache(2);
?>