雷林鹏分享:CodeIgniter文件上传错误:escapeshellarg() has been disabled for security reasons
Posted linpeng1
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了雷林鹏分享:CodeIgniter文件上传错误:escapeshellarg() has been disabled for security reasons相关的知识,希望对你有一定的参考价值。
CodeIgniter文件上传错误:escapeshellarg() has been disabled for security reasons
原因:escapeshellarg函数被禁止
解决方法:
1、修改php配置文件php.ini,找到 disable_functions 字段,删除 escapeshellarg 。
2、重启php-fpm(nginx环境)。
文章转载自 [http://www.php230.com]
(编辑:雷林鹏 来源:网络 侵删)
以上是关于雷林鹏分享:CodeIgniter文件上传错误:escapeshellarg() has been disabled for security reasons的主要内容,如果未能解决你的问题,请参考以下文章