网站地图    收藏   

主页 > 后端 > codeigniter >

CodeIgniter文件上传错误:escapeshellarg() has been disabled for sec

来源:未知    时间:2015-04-22 09:59 作者:xxadmin 阅读:

[导读] CodeIgniter文件上传错误:escapeshellarg() has been disabled for security reasons 原因:escapeshellarg函数被禁止 解决方法: 1、修改PHP配置文件php.ini,找到disable_functions 字段,删除escapeshellarg 。 2、重...

CodeIgniter文件上传错误:escapeshellarg() has been disabled for security reasons

原因:escapeshellarg函数被禁止

解决方法:

1、修改PHP配置文件php.ini,找到 disable_functions 字段,删除 escapeshellarg 。

2、重启php-fpm(nginx环境)。

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号-1@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com

添加评论