spitfire wrote:
Any help appreciated ... I am really stuck here guys....
I've dealt with this before, just took me awhile to find my reply.
This has to do with Joomla's misguided attempt at writing a caching program for J16 - it had lots of issues
I'm guessing your hoster provided this software in their Pear library. You should set this back to file. In your configuration.php file change :public $cache_handler = 'cachelite';
topublic $cache_handler = 'file';
Then in Global configuration change the Cache system setting from cachelite to file.