PbootCMS附件上传报错UNKNOW: Code: 8192; Desc: stripos(),具体显示如下图所示:

解决方法:
打开/core/function/file.php,找到以下代码:
if (stripos($types, $ext) !== false)if (stripos($types, $ext) !== false)if (stripos($types, $ext) !== false)
改为如下代码:
if (stripos($types, chr($ext)) !== false)if (stripos($types, chr($ext)) !== false)if (stripos($types, chr($ext)) !== false)
© 版权声明
本站所有资源(模板、图片)搜集整理于互联网或者网友提供,仅供学习与交流使用,如果不小心侵犯到你的权益,请及时联系我们删除该资源。
THE END
暂无评论内容