欢迎来到素材无忧网,按 + 收藏我们
登录 注册 退出 找回密码

PbootCMS附件上传失败报错UNKNOW: Code: 8192; Desc: stripos():

时间: 2021-11-27 11:16 阅读: 作者:素材无忧网

PbootCMS附件上传时报错:

PbootCMS附件上传失败报错UNKNOW: Code: 8192; Desc: stripos():(图1)


上传失败:UNKNOW: Code: 8192; Desc: stripos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior; File: /www/wwwroot/aaa.xxxx.com/core/function/file.php; Line: 176;

解决办法:

打开/core/function/file.php,搜索以下
 

if (stripos($types, $ext) !== false)


替换成

if (stripos($types, chr($ext)) !== false)


版权声明: 本站资源均来自互联网或会员发布,如果侵犯了您的权益请与我们联系,我们将在24小时内删除!谢谢!

转载请注明: PbootCMS附件上传失败报错UNKNOW: Code: 8192; Desc: stripos():

标签:  
推荐文章
模板推荐