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.
It looks like your hosting provider has PHP xcache installed but its not properly enabled for your account. As Grav tries to use the best option available, it’s picking xcache as its installed, but obviously running into problems caused by a bad setup.
You have two options, the first being the easiest solution:
Change the cache driver in user/config/system.yaml from auto to file
Ask your hosting provider to fix the problems with xcache setup.
I would try 1) to get things running, but using xcache will improve performance (probably) so it might well be worth getting that issue resolved with your provider.
Thanks so much for the prompt reply! I’m emailing my host provider now… It’s laughing squid, by the way, in case any other users run into this problem in the future.