浏览文章
文章信息
The Process class relies on proc_open, which is not available on your PHP installation.
16907
1、原生解决
在php.ini中,找到disable_functions选项,看看后面是否有proc_open函数被禁用了,如果有的话,去掉即可
2、宝塔解决
如果首页没有php,软件商城中有
删除函数proc_open,也就是解禁proc_open函数。