技术知识
网站首页
VIP模板
产品&服务
视频课程
免费专区
文章资讯
关于我们

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

模板商城2025-09-03 15:04 5 浏览

 未标题-1.png

   PbootCMS附件上传时报错:

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

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

  
替换成

1if (stripos($types, chr($ext)) !== false)
上一篇CMS模板详情页里上一篇下一篇的“没有了”在哪里改啊 PbootCMS
下一篇CMS模板使用Ajax无刷新提交留言及表单 PbootCMS
相关内容
写评论
您的账号未实名认证,去认证