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 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';
Сохраняем файл и проверяем, ошибка пропадает сразу.