XF 1.5 Cpanel+EasyApach4+php7+APCu=Error

xml

Active member
Hello

Cpanel+EasyApach4+php7+APCu give me this error:
An unexpected error occurred. Please try again later.

config.php include the following lines for caching:
$config['cache']['enabled'] = true;
$config['cache']['backend'] = 'apc';

when I comment the 2nd line the forum works again. what could be wrong?
 
runtime settings for apcu_bc in phpinfo.php doesnt reflect values in php.ini file. is there a differnet location rather than php.ini to modify those runtime settings?

I tried in
/usr/local/lib/php.ini
/opt/cpanel/ea-php70/root/etc/php.ini
but no luck
 
Top Bottom