aaPanel_Kern Good news, now the message in my phpmyadmin is gone. I need to add $cfg[‘TempDir’] = ‘tmp’; in the php file named config.inc.php at number 75.
Starting with these two lines of code:
$cfg[‘UploadDir’] = ‘’;
$cfg[‘SaveDir’] = ‘’;
I added the following:
$cfg[‘UploadDir’] = ‘’;
$cfg[‘SaveDir’] = ‘’;
$cfg[‘TempDir’] = ‘/tmp’;
I reloaded phpMyAdmin and the messages are gone.
Thank you