The $cfg['TempDir'] (/usr/share/phpmyadmin/tmp/) is not accessible. Debian 12

Now you need to apply the fix:

chown -R root:www-data /etc/phpmyadmin/
chown -R hestiamail:www-data /usr/share/phpmyadmin/tmp/

If you will use roundcube, apply this fix too:

chown -R hestiamail:www-data /etc/roundcube/
find /etc/roundcube/ -type f -iname "*php" -exec chmod 640 {} \;
chown -R hestiamail:www-data /var/lib/roundcube/
chown -R hestiamail:www-data /var/log/roundcube/
1 Like

Now it worked. Thank you very much.
:slight_smile:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.