PbootCMS附件上传报错UNKNOW: Code: 8192; Desc: stripos()
2023-09-13 16:05 作者:pbootcms模板 | 我要投稿
PbootCMS附件上传报错UNKNOW: Code: 8192; Desc: stripos(),具体显示如下图所示:

解决方法:
打开/core/function/file.php,找到以下代码:
if
(stripos($types, $ext) !==
false
)
改为如下代码:
if
(stripos($types, chr($ext)) !==
false
)

更多pbootcms模板教程:https://www.91084.com/pbootcms/
pbootcms网站模板下载:https://www.91084.com/