Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad premissions for file after create #94

Open
wacki4 opened this issue Sep 7, 2018 · 1 comment
Open

Bad premissions for file after create #94

wacki4 opened this issue Sep 7, 2018 · 1 comment

Comments

@wacki4
Copy link

wacki4 commented Sep 7, 2018

In class we can see

    /**
     * Octal notation for default permissions of the log file
     * @var integer
     */
    private $defaultPermissions = 0777;

But, it only set permissions for path, not for created log file.

@butteredptarmigan
Copy link

I have encountered a related (and critical) issue. The file works as expected, but only until the destructor kicks in. It sabotages all the website (finished and properly working) and I had to manually modify the code for workaround, because it is the destructor after all, so no way I could catch it in an elegant manner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants