找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 207|回复: 0

[cms教程] PbootCMS附件上传失败报错UNKNOW: Code: 8192; Desc: stripos():

[复制链接]

该用户从未签到

发表于 2021-10-10 08:50:01 | 显示全部楼层 |阅读模式

您需要 登录 才可以下载或查看,没有账号?立即注册

×
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)
回复

使用道具 举报

网站地图|页面地图|文字地图|Archiver|手机版|小黑屋|找资源 |网站地图

GMT+8, 2024-10-10 19:17

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表