I edited the config.inc.php file as below but I still get the same error:
"The directory you set for upload work cannot be reached"
I have also given Read, Write, Execute permissions for Owner, Group, All users ..... and also created the folders in the phpmyadmin directory .....
--------------------------------------------------
/**
* Webserver upload/save/import directories
*/
$cfg['UploadDir'] = 'upload'; // Directory for uploaded files that can be executed by
// phpMyAdmin. For example './upload'. Leave empty for
// no upload directory support
$cfg['SaveDir'] = 'save'; // Directory where phpMyAdmin can save exported data on
// server. For example './save'. Leave empty for no save
// directory support.
$cfg['docSQLDir'] = 'docSQL'; // Directory for docSQL imports, phpMyAdmin can import
// docSQL files from that directory. For example
// './docSQL'. Leave empty for no docSQL import support.
$cfg['TempDir'] = 'temp'; // Directory where phpMyAdmin can save temporary files.
// This is needed for MS Excel export, see documentation
// how to enable that.
--------------------------------------------------
Please heeeelp
