Page 1 of 1

CMSMS 2.1.2 installation

Posted: Wed Apr 13, 2016 3:44 pm
by rimvydukas
Hi,

I want to install latest version of CMSMS on my new Debian server. Installer gives me following warning:

Checking disabled functions
Note: one or more PHP core functions are disabled. This can have negative impact on your CMSMS installation, particularly with third party extensions. Please keep an eye on your error log. Your disabled functions are:

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, pcntl_getpriority, pcntl_setpriority,

What are these functions? Do I need them? Can I ignore this warning?

Re: CMSMS 2.1.2 installation

Posted: Wed Apr 13, 2016 4:31 pm
by PinkElephant
Hi rimvydukas
rimvydukas wrote:PHP core functions are disabled
I'm running 1.12.* and 2.* on jessie with the same exclusions and haven't noticed any issues.
rimvydukas wrote:What are these functions?
See http://php.net/manual/en/book.pcntl.php
rimvydukas wrote:Do I need them?
Probably not.
rimvydukas wrote:Can I ignore this warning?
Yes, for now..