Re: FastCGI sent in stderr: "PHP message: PHP Warning: Unknown: Unable to create temporary file, Check permissions in temporary files directory.

2017-08-01 Thread Martijn van Duren
Hello Stephane, First, please send mails with questions about packages to ports@ in the future. I'm not changing list now because I don't want to continue the discussion, but merely rectify a few of your mistakes and hopefully prevent people finding this thread in the future from making the same

Re: FastCGI sent in stderr: "PHP message: PHP Warning: Unknown: Unable to create temporary file, Check permissions in temporary files directory.

2017-07-26 Thread Stephane HUC "PengouinBSD"
Hi, all. Sorry for the latence! Yes, i'm sure all ENV* variables are absolute to the system root. As explain on the php-fpm.conf, only few directives are relative to be chroot. [quote] (...) ; Per pool prefix ; It only applies on the following directives: ; - 'access.log' ; - 'slowlog' ; -

Re: FastCGI sent in stderr: "PHP message: PHP Warning: Unknown: Unable to create temporary file, Check permissions in temporary files directory.

2017-07-25 Thread Todd Mortimer
Hi Stephane, Are you sure that the env[TMP], env[TMPDIR] and env[TEMP] variables are supposed to be relative to the real system root, or relative to the chroot? If I were to guess, I would bet that php is trying to create a file after chrooting itself, and inside the chroot, /var/www/tmp doesn't

Re: FastCGI sent in stderr: "PHP message: PHP Warning: Unknown: Unable to create temporary file, Check permissions in temporary files directory.

2017-07-25 Thread Johannes Paasila
On 25 July 2017 5:03:38 pm AEST, "Stephane HUC "PengouinBSD"" wrote: >Hi all. > >I have this error on my,OpenBSD server (6.1) : > >FastCGI sent in stderr: "PHP message: PHP Warning: Unknown: Unable to >create temporary file, Check permissions in temporary files directory.

FastCGI sent in stderr: "PHP message: PHP Warning: Unknown: Unable to create temporary file, Check permissions in temporary files directory.

2017-07-25 Thread Stephane HUC "PengouinBSD"
Hi all. I have this error on my,OpenBSD server (6.1) : FastCGI sent in stderr: "PHP message: PHP Warning: Unknown: Unable to create temporary file, Check permissions in temporary files directory. in Unknown on line 0 I use nginx+php70_fpm ! The php-fpm.conf for the instance: file ***