网站系统教程
PbootCMS附件上传失败报错UNKNOW: Code: 8192; Desc: stripos():
来源:     阅读:362
源码网
发布于 2021-12-12 10:11
查看主页

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

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


替换成

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


免责声明:本文为用户发表,不代表网站立场,仅供参考,不构成引导等用途。 网站系统教程 pbootcms教程
相关推荐
修改PbootCms的邮件提醒标题
discuz修改游客发帖隐藏ip的方法
PbootCMS网站提示:“会话目录写入权限不足”的解决办法
Discuz首页文件在哪里修改源码?
PbootCMS:帐号格式不正确,请输入正确的邮箱帐号!