限时优惠
特惠进行中

月费会员45元

年费会员88元

终身会员288元(送展示平台)

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

发表于:2023-09-03 0
前言:
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,搜索以下
 

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

替换成

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

PB2345模板网
PB2345官网

TA还没有介绍自己~

主页

在线客服
PB2345模板网微信客服
微信客服

工作日 8:30-12:00 14:30-18:30

PB2345模板网微信客服
PB2345模板网微信客服 微信客服
PB2345模板网微信客服 微信客服
PB2345模板网置顶按钮
PB2345模板网登录弹窗