If you get this error please edit your includes/global.inc.php file to either; 1. Force "file" cache by adding: $glob['cache'] = 'file'; 2. Specify the correct memcached server (with correct port and IP address) by adding; $glob['memcached_servers'] = array(array('127.0.0.1',11211));