querschlaeger
Member
Hello,
installed PHP 7 with Zend OPcache support and APCu as user cache.
My question: How can I use APCu?
If I add this to my config.php I get an error message (An unexpected error occurred. Please try again later.):
installed PHP 7 with Zend OPcache support and APCu as user cache.
My question: How can I use APCu?
If I add this to my config.php I get an error message (An unexpected error occurred. Please try again later.):
Code:
$config['cache']['enabled'] = true;
$config['cache']['backend'] = 'Apc';