I'm getting this error after installing and navigating to the URL where I'm hosting my blog. I've got PHP 5.4 and Apache - not sure what's happening (I'm a front-end guy, this is a strange land for me).
xcache_isset(): XCache var cache was not initialized properly. Check php log for actual reason.
Then, underneath:
}
/**
* {@inheritdoc}
*/
protected function doContains($id)
{
return xcache_isset($id);
}
Any idea what's happening and how I can fix it?
Thanks!