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

发布日期:2026-05-29 19:57:42 栏目:技术教程 人气:

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)

上一篇:PbootCMS缩略图上传图片变模糊为什么?

下一篇:很抱歉没有了

返回顶部

拨打电话
在线咨询
扫码添加客服微信咨询问题

24H服务电话: 15610047637