View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006157 | OXID eShop (all versions) | 4.11. Image handling | public | 2015-06-04 17:59 | 2015-06-24 16:21 |
| Reporter | m.wille | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 4.9.4 / 5.2.4 | ||||
| Summary | 0006157: execute bit is missing when a new upload directory will be created | ||||
| Description | The function "_moveImage" in the core file "oxutilsfile.php" creates a new directory for an upload. The execute bit is missing, so you can not read the file. line 398 in file "oxutilsfile.php" protected function _moveImage($sSource, $sTarget) { $blDone = false; if (!is_dir(dirname($sTarget))) { mkdir(dirname($sTarget), 0744, true); } .... | ||||
| Tags | No tags attached. | ||||
| Theme | Not defined | ||||
| Browser | Not defined | ||||
| PHP Version | Not defined | ||||
| Database Version | Not defined | ||||
|
|
Reminder sent to: m.wille The Execute-Bit is set for the owner of the Directory, which is totally sufficient from my point of view. Is there a reason why Group and or Others should get execute rights on the directory? |
|
|
Why not making this configurable? Would make it up to shop-/system-admins. Therefor this becomes a feature-request. |
|
|
No feedback from reporter for 2 weeks -> closed. |