php - Debian + Nginx open_basedir not set but having restriction -


i have test environment running php-based application.

i have checked , confirmed open_basedir not enabled via phpinfo() , nginx.conf.

but reason, application still having these issues,

  • "fopen(directory): failed open stream: no such file or directory in"
  • "ziparchive::close(): failure create temporary file: no such file or directory in"

is there other possible settings causing this?

thanks!


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -