Project

General

Profile

Actions

Bug #77836

closed

Fix path in exception message when copying failed

Added by Sascha Egerer over 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-09-03
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

If you try to copy a folder with a file or folder where you have no access you get this exception

#1330119452: Copying file "/var/www/html/web/fileadmin/footest" to "/var/www/html/web/fileadmin/baz/footest" failed. (More information)

There are two problems in that message:
  1. The ressource must not be a file but can also be folder
  2. A slash is missing between the resource and the folder. The path must be .../fileadmin/foo/test
Actions

Also available in: Atom PDF