proc_open() has been disabled for security reasons
Someone else is having this problem? proc_open() has been disabled for security reasons in web environment. But working on local environment. Any solution? I thank you.
Then your hosting provider has disabled those options.
If you have access to php.ini you can enable them yourself
Edit the php.ini file, and find the line starting with:
disable_functions =.......
Remove all functions from that line that you want to be able to use, save the file and restart your webserver (apache / nginx)/
If you cannot edit php.ini, you're probably out of luck with this provider (you could ask them to turn the functions on in your environment, but they probably wont)