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

PHP Fatal error: Uncaught ErrorException: unlink #3134

Closed
gadangmadhulika opened this issue Mar 26, 2020 · 7 comments
Closed

PHP Fatal error: Uncaught ErrorException: unlink #3134

gadangmadhulika opened this issue Mar 26, 2020 · 7 comments
Assignees

Comments

@gadangmadhulika
Copy link

gadangmadhulika commented Mar 26, 2020

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.

  1. Composer update barryvdh/laravel-elfinder (0.4.0)
    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

@nao-pon
Copy link
Member

nao-pon commented Mar 26, 2020

@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.

@nao-pon nao-pon self-assigned this Mar 26, 2020
@nao-pon
Copy link
Member

nao-pon commented Mar 27, 2020

@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.

@gadangmadhulika
Copy link
Author

@nao-pon sure.

@gadangmadhulika
Copy link
Author

@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.
@nao-pon Thank you for your response.

@nao-pon
Copy link
Member

nao-pon commented Mar 28, 2020

@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.

@gadangmadhulika
Copy link
Author

Hi @nao-pon
Iam getting the issue(php fatal error) in the console when i download the multiple files.

@nao-pon
Copy link
Member

nao-pon commented Mar 31, 2020

@gadangmadhulika Does it mean that nothing changes when you verify it with a nightly build?

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

No branches or pull requests

2 participants