专注服务于网络公司的模板建站平台!

您现在的位置: 首页>>建站教程>>pbootcms教程

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

来源:本站 发布时间:2025-11-08热度:265 ℃
PbootCMS附件上传时报错:上传失败:UNKNOW: Code: 8192; Desc: stripos(): Non-string needles will be interpreted as ···

PbootCMS附件上传时报错:

1-2110100U01B22.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)


文章搜集与网络,如有侵权请联系本站,转载请说明出处:http://yizheng.net.cn/mubanjiaocheng/89.html