pbootcms附件上傳失敗報錯UNKNOW: Code: 8192; Desc: stripos():
作者:PB模板網
時間:2021-01-11 14:20:24
瀏覽:2381
點贊:317
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)
文章鏈接://bilinxiyi.cn/247.html
文章標題:pbootcms附件上傳失敗報錯UNKNOW: Code: 8192; Desc: stripos():
文章版權:PB模板網 (bilinxiyi.cn) 所發布的內容,部分為原創文章,轉載請注明來源,網絡轉載文章如有侵權請聯系我們!
本文最后更新發布于
文章標題:pbootcms附件上傳失敗報錯UNKNOW: Code: 8192; Desc: stripos():
文章版權:PB模板網 (bilinxiyi.cn) 所發布的內容,部分為原創文章,轉載請注明來源,網絡轉載文章如有侵權請聯系我們!
本文最后更新發布于
2022-11-28 18:05:00
,某些文章具有時效性,若有錯誤或已失效,請在下方留言或聯系客服: