The folder has the correct permissions (use it for extreme styles as well)unterkunften wrote:It works fine. Have you maybe forget to CHMOD cache directory to 777?JLA wrote:Is this MOD no longer being supported? It appears that the cache function of this mod does not work
From includes/rss_config.php
define('CACHE_TIME', 300); // Cache time for RSS feed in sec, 5 min by default
// Set to zero to disable cache (Not recomendated).
define('CACHE_TO_FILE', true); // Use cache dir for caching defaul page. You MUST set 777 to that dir first
$cache_root = 'cache/'; // Cache dir
$cache_filename="rss_feed.xml";
Is there anything else that can be checked?