Brent W
Well-known member
Is this part still true with 1.2?
Code:
Centmin Mod v1.2.3-eva2000.03 made a change in /usr/local/lib/php.ini for security reasons to disable some PHP functions:
disable_functions = exec,passthru,shell_exec,system,proc_open,popen
For XF to work need to edit php.ini (shortcut command phpedit) and remove all listed functions exec,passthru,shell_exec,system leaving just proc_open,popen as most are needed for XF.