pbootcms附件上传失败报错UNKNOW: Code: 8192; Desc: stripos():
作者:PB模板网
时间:2021-01-11 14:20:24
浏览:2213
点赞:293
pbootcms附件上传时报错:
上传失败: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) 所发布的内容,部分为原创文章,转载请注明来源,网络转载文章如有侵权请联系我们!
本文最后更新发布于
文章标题:pbootcms附件上传失败报错UNKNOW: Code: 8192; Desc: stripos():
文章版权:PB模板网 (www.pbhtml.com) 所发布的内容,部分为原创文章,转载请注明来源,网络转载文章如有侵权请联系我们!
本文最后更新发布于
2022-11-28 18:05:00
,某些文章具有时效性,若有错误或已失效,请在下方留言或联系客服:pbhtml@qq.com