Centova Installation problem

Status
Not open for further replies.

travelmate

Active Member
48
2011
4
0
Hello !

I try to install Centova on my Dedicated Server and after ./install.sh command i get this error message:

One or more errors were detected with your system configuration:

Unable to spawn external processes. Is shell_exec() disabled via disable_functions in /etc/php.ini (or /etc/php.d)?

Please correct the above problems and then restart this installation
script.

Any idea what i have to do ?
 
2 comments
Hello,

Check where is your php.ini is located normally its located here

/usr/local/lib/php.ini

use the nano command for editing in ssh

nano
/usr/local/lib/php.ini

press ctrl + w for finding
disable_functions

If its

disable_functions = shell_exec()

remove it .

Then press Ctrl + x and press enter
 
thanks i have fix it. I do everything you say exactly that was the problem. Then i make also service httpd restart and now i am ready to install Centova.

Thanks
 
Status
Not open for further replies.
Back
Top