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
Admin iph (обсуждение | вклад) (Новая страница: «=== Joomla - Fatal error: Call to undefined function apc cache info() in libraries/joomla/cache/storage/apc.php on line === Ошибка вида: Fatal error: …») |
Admin iph (обсуждение | вклад) |
||
Строка 1: | Строка 1: | ||
+ | [[Файл:B_1.gif |link=https://bit.ly/3tbFsd6| Доступная цена]] | ||
+ | |||
=== Joomla - Fatal error: Call to undefined function apc cache info() in libraries/joomla/cache/storage/apc.php on line === | === Joomla - Fatal error: Call to undefined function apc cache info() in libraries/joomla/cache/storage/apc.php on line === | ||
Текущая версия на 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'