Joomla - Fatal error: Call to undefined function apc cache info() in libraries/joomla/cache/storage/apc.php on line
Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Версия от 15:37, 3 ноября 2016; Admin iph (обсуждение | вклад)
Joomla - Fatal error: Call to undefined function apc cache info() in libraries/joomla/cache/storage/apc.php on line
Ошибка вида:
Fatal error: Call to undefined function apc cache info() in libraries/joomla/cache/storage/apc.php on line
возникает если на сервер не установлен модуль php-apc.
Также решением может быть отключение apc в конфиге Joomla - configuration.php:
public $cache_handler = 'apc'
меняем на
public $cache_handler = 'file'