gavpeds
Active member
I Think this is to do with xcache considering the error but not sure how to fix.
I only started getting this error after updgrade and have not changed the php.ini file. Was working fine in 1.4.4
This is what i have in the library/config.php file
Any ideas?
ErrorException: Fatal Error: xcache_count(): xcache.admin.user and/or xcache.admin.pass settings is not configured. Make sure you've modified the correct php ini file for your php used in webserver. -library/Zend/Cache/Backend/Xcache.php:186
I only started getting this error after updgrade and have not changed the php.ini file. Was working fine in 1.4.4
This is what i have in the library/config.php file
Code:
$config['cache']['enabled'] = true;
$config['cache']['frontend'] = 'Core';
$config['cache']['frontendOptions']['cache_id_prefix'] = 'xf_';
$config['cache']['backend']='Xcache';
Last edited: