-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
PHP Fatal error: Uncaught ErrorException: unlink #3134
Comments
@gadangmadhulika This is a guess. Perhaps it is trying to open a temporary file created by the script and delete it without closing it. I try to modify the opened file to explicitly close when finished. |
@gadangmadhulika Please make another issue because that is not related to the subject of this issue. And you should first read the Wiki connector settings and post anything you do not understand. |
@nao-pon sure. |
|
@gadangmadhulika I fixed this, but it may not be correct because my environment does not reproduce this problem. so if you still have problems, you can reopen this issue. And use the nightly build for testing. |
Hi @nao-pon |
@gadangmadhulika Does it mean that nothing changes when you verify it with a nightly build? |
Hi @nao-pon
I updated the following for Multifile .zip to work but iam facing the Php Fatal error i mentioned below.Please help me to fix the error exception occurring in the console.
2.Composer update studio-42/elfinder (2.1.55)
PHP Fatal error: Uncaught ErrorException: unlink(C:\Users\user\Documents\project\vendor\studio-42\elfinder\php.tmp\zdlD99.tmp): Resource temporarily unavailable in C:\Users\user\Documents\project\vendor\studio-42\elfinder\php\elFinder
.class.php:5207
Stack trace:
#0 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(2, 'unlink(C:\Users...', 'C:\Users\user\...', 5207, Array)
#1 C:\Users\user\Documents\project\vendor\studio-42\elfinder\php\elFinder.class.php(5207): unlink('C:\Users\user\...')
#2 [internal function]: elFinder::onShutdown()
#3 {main}
thrown in C:\Users\user\Documents\project\vendor\studio-42\elfinder\php\elFinder.class.php on line 5207
The text was updated successfully, but these errors were encountered: