CodeIgniter文件上传错误:escapeshellarg() has been disabled for security reasons
原因:escapeshellarg函数被禁止
解决方法:
1、修改PHP配置文件php.ini,找到 disable_functions 字段,删除 escapeshellarg 。
2、重启php-fpm(nginx环境)。
查看更多关于CodeIgniter文件上传错误:escapeshellarg() has been disabl的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did27049