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
Перейти к:навигация, поиск
(Новая страница: «=== Joomla - Fatal error: Call to undefined function apc cache info() in libraries/joomla/cache/storage/apc.php on line === Ошибка вида: Fatal error: …»)
(нет различий)

Версия 15:37, 3 ноября 2016

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'