欢迎访问热站网,开始您的建站营销之旅!!

您现在的位置: 首页>>建站知识>>建站教程

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

来源:热站网 发布时间:2025-09-16 22:36:11 热度:1 ℃

附件上传时报错:



上传失败: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)


本文地址:https://www.rezhanwang.com/jianzhanjiaocheng/3614.html

责任编辑:热站网
 
QQ在线咨询