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

Check that tempfiles could be created. #280

Merged
merged 1 commit into from
Jan 18, 2021
Merged

Check that tempfiles could be created. #280

merged 1 commit into from
Jan 18, 2021

Conversation

xrobau
Copy link
Contributor

@xrobau xrobau commented May 25, 2020

I spent some time with random and strange php errors being
emitted like :

tempnam(): file created in the system's temporary directory

and fopen()'s failing. This turned out to be because I was exceeding
ulimits. Checking that the file was actually created will help the
next person who hits this problem!

I spend some time with random and strange php errors being
emitted like :

    tempnam(): file created in the system's temporary directory

and fopen()'s failing. This turned out to be because I was exceeding
ulimits. Checking that the file was actually created will help the
next person who hits this problem!
@mk-j mk-j merged commit 415bc7c into mk-j:master Jan 18, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants