filemanager icon indicating copy to clipboard operation
filemanager copied to clipboard

Can't "replace file" or "delete" file.

Open 7ammer opened this issue 9 years ago • 4 comments

I can't "replace file" or "delete" file. I get messages saying that this can't be done. I guess its an authentication issue.

7ammer avatar May 24 '16 17:05 7ammer

If it's an authentication issue you cant even access images.

bestmomo avatar May 24 '16 19:05 bestmomo

Hi @bestmomo, Replace file, delete, rename and download all return with an error message of "no way"?

image

7ammer avatar May 25 '16 10:05 7ammer

Another user said to uncomment these lines in connectors/php/filemanager.class.php :

// $dynPart = str_replace($_SERVER['DOCUMENT_ROOT'], '', $this->path_to_files); 
// $full_path = $this->path_to_files . rawurldecode(str_replace ( $dynPart , '' , $path));

bestmomo avatar May 25 '16 14:05 bestmomo

uncomment these 2 lines and the delete is working,but renaming still does not work. any solutions?

dan1133 avatar Sep 21 '16 07:09 dan1133