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

模板商城2025-09-03 15:04 4 浏览
分享:
点赞 收藏

 未标题-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)
本站所有资源都是由网友投搞发布,或转载各大下载站,请自行检测软件的完整性!本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!如有侵权请联系我们删除下架,联系方式:7855231#qq.com
评论0评论
游客