-
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
Resize error [php:ERROR_PERM_DENIED] using FTP driver #2287
Comments
@zzplab Is there same problem with the nightly build? |
Thanks :-) That works fine as expected, problem solved. Is the nightly build as it is now safe to use in production? When is next release date? Other question: |
2.1.30 release is scheduled for around the end of this month from a few days later. Adding the ftp_ssl_connect option is a good idea! Please send PR. |
2.1.30 > great. I'll stick to the nightly for now. |
Thanks for the merge #2289 |
I'm using elFinder [2.1.29] with elFinderVolumeFTP.class. Viewing, uploading, deleting, moving, everything works ok. Except...
Except resize/crop/rotate: I get an error I can relate back to PHP > ERROR_PERM_DENIED in elFinder.class.
Is that a bug? Is resize not possible with FTP driver? Or error in my setup?
How to solve?
FTP is connecting to other accounts on the same server, example:
/account_dir/...
The .tmb images are kept 'locally' in the account where elFinder is active, example:
/elfinder/...
My setup > html/js:
PHP>
The text was updated successfully, but these errors were encountered: