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

作者:PB模板网 时间:2021-01-11 14:20:24 浏览:2139 点赞:293
2139

pbootcms附件上传时报错:

image.png

上传失败: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)


文章链接:https://www.pbhtml.com/247.html
文章标题:pbootcms附件上传失败报错UNKNOW: Code: 8192; Desc: stripos():
文章版权:PB模板网 (www.pbhtml.com) 所发布的内容,部分为原创文章,转载请注明来源,网络转载文章如有侵权请联系我们!
本文最后更新发布于2022-11-28 18:05:00,某些文章具有时效性,若有错误或已失效,请在下方留言或联系客服:pbhtml@qq.com

相关阅读

用户评论(测试中无法使用)

通知公告
PbootCMS安全提示
pbootcms网站上线后需要做防护
权限设置|主机防护|数据库路径...
我要查看