-
Notifications
You must be signed in to change notification settings - Fork 358
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
open_basedir restriction #126
Comments
Which access violations? The class should be compatible with What is precisely your use case? When are the violations happening? |
this is obviously a special professional installation that throws error_code 6 if the temp directory is not allowed because the tmp_path is not in the "normal" /var/www/my_domain.tld Hope it is written understandable... |
I see. I don't have time to do it now, but you may want to send a patch which I'll gladly merge. |
I surely will, but I need some help. |
No, |
ok, i will give it a try.... |
3320 image_manipulation? |
https://github.com/verot/class.upload.php/blob/master/src/class.upload.php#L3320
|
thanks |
Hi there,
is it possible to override the tmp path to avoid acces violations caused by open_basedir restrictions?
Something like $this->handle->custom_path = 'my_new_temp_path';
This would help a lot.
The text was updated successfully, but these errors were encountered: