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) |
相关文章
- pbootcms模板内页如何调用相关文章2026-06-20
- pbootcms如何调用栏目大图2026-06-20
- pbootcms内页子栏目当前栏目如何实现高亮显示2026-06-20




系统演示
方案报价
资料介绍
领取优惠


