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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -