My issue was due to the fact that some code was left over from when my site was under development which pointed to the WP_Super_Cache plugin that was missing. I installed this plugin and edited the wp-config.php file where I found this offending line:
define ‘WPCACHEHOME’, wrong place //Added by WP-Cache Manager
which I changed to point the right place on my hosting platform.
Problem fixed!