XF 2.2 Erro Call to undefined function proc_open()

Ricsca

Well-known member
I just realized that since April 9th I have been receiving several errors like the one I attach every day.

What should I do?

Thank you

Schermata 2024-05-09 alle 21.06.00.webp
 
Last edited:
This screen corresponds to the modules loaded in PHP.

Your problem is related to the disabled functions directive in php.ini:

disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,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,pcntl_getpriority,pcntl_setpriority
 
Back
Top Bottom