Skip to content

Creation of required directories causes wrong cache folder permissions in some cases #116

@ernestmarcinko

Description

@ernestmarcinko

Describe the bug

Reference ticket.

Suspected that one of the ->chmod() triggers in includes\classes\Utils\FileManager.php with a string parameter "0777" might be causing the wrong permissions to be set.
The permissions should be set to either 0755 octal or FS_CHMOD_DIR constant. Preferably 0755 as those are cache directories.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions