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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -