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

2025-07-12 0 38

PbootCMS附件上传失败报错:
PbootCMS附件上传失败UNKNOW: Code: 8192; Desc: stripos():
上传失败: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/www.xxxx.com/core/function/file.php; Line: 176;

解决办法

打开/core/function/file.php文件找到下面代码
if (stripos($types, $ext) !== false)

改成

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

收藏 (0) 打赏

感谢您的支持,我会继续努力的!

打开微信/支付宝扫一扫,即可进行扫码打赏哦,分享从这里开始,精彩与您同在
点赞 (0)

版权声明:所有的源码、软件和资料,不得使用于非法商业用途,不得违反国家法律,一切关于该资源商业行为与本站无关。

免费cms模板 pbootcms教程 PbootCMS附件上传失败UNKNOW: Code: 8192; Desc: stripos(): https://www.mianfeicms.com/194.html

相关文章

发表评论
暂无评论