HOW TO FIX FRESHIZER ==================== 1.) open "edison/framework/engine/functions/freshizer.php" 2.) find line 26: >> CONST CACHE_TIME = 604800;//604800; // (60 * 60 * 24 * 7); // 7 days replace with: >> define('CACHE_TIME', 604800); 3.) find line 33: >> CONST CACHE_DELETE_FILES_AFTER = 10000000; replace with: >> define('CACHE_DELETE_FILES_AFTER',10000000); 4.) find line 39 >> CONST CACHE_DELETE_FILES_check_every_x_hits = 150; replace with: >> define('CACHE_DELETE_FILES_check_every_x_hits',150); 5.) save the file