[v2.5.1] Warning: chmod(): Operation not permitted
Open
- Dominant language
- PHP
- Stars
- 5.8k
- Forks
- 284
- PR merge metrics
- No merged PRs in 30d
Description
[This commit](https://github.com/doctrine/common/commit/b3ae747e4e63d8785b745762830850160eac2ab4) leads us to have a following error:
`Warning: chmod(): Operation not permitted`
Work around is remove the line or suppress the errors `chmod($tmpFileName, 0664);`
We are using code inside vagrant machine, but it does not work even on `777` permissions.
@beberlei could you advice something, mate? :)
Contributor guide
Assessment
This issue has not been assessed yet.