Country, as promised I'm now posting up the code below for my new catalog/includes/classes/ssu/cores/cache.php file Replacing your cache file with this new cache file will cause our seo program to no longer cache and thus fixes the problem of your links quitting working. Warning: I'm told by my programmer that this is only good for small sites with little traffic.

Ian

<?php
class SSUCache {
static protected $cache;

static function write($name, $cache_folder, $content, $use_subfolder = false){
return false;
}

static function read($name, $cache_folder, $use_subfolder = false){
return false;
}
}