源码网_提供网站源码、discuz、wordpress主题与插件和站长教程等资源的下载服务

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

PbootCMS附件上传时报错:

PbootCMS附件上传失败报错UNKNOW: Code: 8192; Desc: stripos():(图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.7ov.cn/xinwendongtai/2003.html

版权声明:站内所有文章皆来自网络转载,只供模板演示使用,并无任何其它意义!

联系客服
网站客服 业务合作 在线客服QQ
294169012
微信号
微信号
微信号
返回顶部