HestiaCP - Debian 10 - ошибка - The $cfg - 'TempDir' - (/var/lib/phpmyadmin/tmp/) is not accessible. phpMyAdmin is not able to cache templates and will be slow because of this.: различия между версиями

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск
(Новая страница: «=== HestiaCP - Debian 10 - ошибка - The $cfg - 'TempDir' - (/var/lib/phpmyadmin/tmp/) is not accessible. phpMyAdmin is not able to cache templates and will …»)
(нет различий)

Версия 20:25, 29 мая 2020

HestiaCP - Debian 10 - ошибка - The $cfg - 'TempDir' - (/var/lib/phpmyadmin/tmp/) is not accessible. phpMyAdmin is not able to cache templates and will be slow because of this.

Ошибка в phpmyadmin:

The $cfg - 'TempDir' - (/var/lib/phpmyadmin/tmp/) is not accessible. phpMyAdmin is not able to cache templates and will be slow because of this.

или

$Cfg['TempDir'] (/var/lib/phpmyadmin/tmp/) недоступен. Из-за этого phpMyAdmin не может кэшировать шаблоны и будет медленным.

означает, что в конфиге /etc/phpmyadmin/config.inc.php не прописан корректный путь к tmp папке phpmyadmin. Добавляем в конфиг $cfg['TempDir']:

# vi /etc/phpmyadmin/config.inc.php
$cfg['TempDir'] = '/tmp';