FLUID-3200: cached files are unreachable

Metadata

Source
FLUID-3200
Type
Sub-issue
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Laurel Williams
Reporter
Laurel Williams
Created
2009-09-22T15:40:33.000-0400
Updated
2009-09-30T11:42:05.000-0400
Versions
N/A
Fixed Versions
  1. 1.1.2
Component
  1. Infusion Builder

Description

Currently the mkdir function in php seems to create directories with a permission of d-wxr----t - this is not ideal, as I cannot delete the files or remove the directory without writing a php script to do so. While this is not a critical issue, it is something that should be resolved, so that the fluid user can delete the cached files when we want a refreshed copy.

Comments

  • Justin Obara commented 2009-09-23T12:02:25.000-0400

    Bug Parade Infusion 1.1.2

  • Laurel Williams commented 2009-09-23T12:08:31.000-0400

    changed the permissions for mkdir from 755 to 0755, which corrected the problem.

  • Laurel Williams commented 2009-09-30T11:42:05.000-0400

    Jacob reviewed