Hello everyone,

I'm currently trying to install UNA 14.0.0-B2 on my hosting shared cpanel, but I've encountered an error related to the server's configuration. The error message I receive is:

Your hosting doesn't meet minimal requirements:

disable_functions = exec,passthru,shell_exec,system - FAIL (must be without shell_exec,eval,assert,phpinfo,getenv,ini_set,fsockopen,chmod,parse_ini_file,readfile,escapeshellcmd,fput,open)

To resolve this, I have added the following lines to the `php.ini` editor in cPanel:

disable_functions = shell_exec,eval,assert,phpinfo,getenv,ini_set,fsockopen,chmod,parse_ini_file,readfile,escapeshellcmd,fput,open

and 

disable_functions = exec,passthru,shell_exec,system

However, despite these changes, I am still encountering the same error. 

Has anyone else experienced a similar issue or can provide any insights into what might be going wrong? Any help or suggestions would be greatly appreciated.

Thank you!

  • 319
  • 1
Comments
Login or Join to comment.