-
Notifications
You must be signed in to change notification settings - Fork 17
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
Warning: is_dir() [function.is-dir]: open_basedir restriction in effect? #456
Comments
Referencing this private bug report. |
@jaswsinc Thanks for the bug report! Working on this now. |
@jaswsinc Wouldn't the |
@jaswsinc Ah, I see this is related specifically to opening the temp directory:
So in that case, only modifying the lines you referenced above should be necessary. |
Next release changelog:
|
This fix has been released with ZenCache v150409: If you need to follow-up with something related to this GitHub Issue, please open a new GitHub Issue. |
Referencing: https://github.com/websharks/zencache/blob/000000-dev/zencache/includes/share.php#L1445
Whenever ZenCache is running on an installation of PHP with
open_basedir
restrictions applied, a call tois_dir()
triggers a PHP Warning whenever ZenCache is looking for a writable temporary directory.Next Actions
@
error suppression in these calls tois_dir()
andis_writable()
The text was updated successfully, but these errors were encountered: