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

ErrorException: copy(xxx): failed to open stream: No such file or directory #174

Open
QLJIANG opened this issue Jan 18, 2017 · 1 comment

Comments

@QLJIANG
Copy link

QLJIANG commented Jan 18, 2017

when upload a image, there is a Error. add below one line to fix it.

//app/Handlers/Commands/Image/UploadImageCommandHandler.php:42
//If dir don't exists, then create
is_dir($destinationPath) || mkdir($destinationPath, 0777, true);
@lianguan
Copy link
Contributor

lianguan commented Feb 6, 2017

可否发送一个PR?谢谢

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