smimosmile
Member
I am on a dedicated server with debian wheezy and apache.
I have installed xcache with this line command:
apt-get install php5-xcache
I have not done any custom settings for xcache.
When I put on the config.php file this line:
$config['cache']['backend'] = 'xcache';
I recieve this error with white screen on all forum pages:
I have checked: /var/log/apache2/error.log and /var/log/messages, found nothing related to this error.
I have installed xcache with this line command:
apt-get install php5-xcache
I have not done any custom settings for xcache.
When I put on the config.php file this line:
$config['cache']['backend'] = 'xcache';
I recieve this error with white screen on all forum pages:
An exception occurred: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in /var/www/clients/client1/web1/web/community/library/Zend/Cache/Backend/Xcache.php on line 95
- XenForo_Application::handlePhpError()
- xcache_get() in Zend/Cache/Backend/Xcache.php at line 95
- Zend_Cache_Backend_Xcache->load() in Zend/Cache/Core.php at line 303
- Zend_Cache_Core->load() in XenForo/Model/DataRegistry.php at line 87
- XenForo_Model_DataRegistry->getMulti() in XenForo/Dependencies/Abstract.php at line 144
- XenForo_Dependencies_Abstract->preLoadData() in XenForo/FrontController.php at line 127
- XenForo_FrontController->run() in /var/www/clients/client1/web1/web/community/index.php at line 13
I have checked: /var/log/apache2/error.log and /var/log/messages, found nothing related to this error.