Hello,
After this post i have tried something myself and i can make it work now! But i still don’t understand why it’s not working. Maybe you understand.
In my /etc/php5/fpm/php.ini i have
disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,exec,pcntl_getpriority,pcntl_setpriority,popen,system,shell_exec,passthru,dl,closelog,openlog,escapeshellcmd,apache_child_terminate,apache_get_modules,apache_get_version,apache_getenv,apache_note,apache_setenv,virtual
In my /etc/nginx/sites-enabled/vlieginfo.com i have
fastcgi_param PHP_VALUE “disable_functions=”;
This is not working. When i do
“disable_functions=”
in /etc/php5/fpm/php.ini it’s working.
Hopefully you understand why the problem occurs.