网站系统教程
PbootCMS附件上传失败报错UNKNOW: Code: 8192; Desc: stripos():
来源:     阅读:233
源码网
发布于 2021-12-12 10:11
查看主页

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,搜索以下
 

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


替换成

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


免责声明:本文为用户发表,不代表网站立场,仅供参考,不构成引导等用途。 网站系统教程 pbootcms教程
相关推荐
discuz! X3.4特殊字符乱码解决方案!
ecshop教程:商品列表页按点击量(人气)排序
pbootcms上一篇下一篇调用 如何把“没有了”改成英文
在ECSHOP留言板页面显示商品缩略图
WordPress教程:防止机器人扫描邮箱