PbootCMS附件上傳時(shí)報(bào)錯(cuò):
上傳失?。篣NKNOW: 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;
打開(kāi)/core/function/file.php,搜索以下
if (stripos($types, $ext) !== false) |
替換成
if (stripos($types, chr($ext)) !== false) |
版權(quán)聲明: 本站資源均來(lái)自互聯(lián)網(wǎng)或會(huì)員發(fā)布,如果侵犯了您的權(quán)益請(qǐng)與我們聯(lián)系,我們將在24小時(shí)內(nèi)刪除!謝謝!
轉(zhuǎn)載請(qǐng)注明: PbootCMS附件上傳失敗報(bào)錯(cuò)UNKNOW: Code: 8192; Desc: stripos():