filemanager
filemanager copied to clipboard
Can't "replace file" or "delete" file.
I can't "replace file" or "delete" file. I get messages saying that this can't be done. I guess its an authentication issue.
If it's an authentication issue you cant even access images.
Hi @bestmomo, Replace file, delete, rename and download all return with an error message of "no way"?

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));
uncomment these 2 lines and the delete is working,but renaming still does not work. any solutions?