daokecms
刀客cms文档从产品基础使用文档,开发指导,操作指南,常见问题等方面阐述,助你快速部署建站系统。
刀客cms附件上传失败报错UNKNOW: Code: 8192; Desc: stripos():浏览数:18
刀客cms附件上传时报错:



上传失败: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)

刀客cms文章管理系统

服务热线:

400-888-8888

地址:芒阳网络刀客cms开发中心
邮箱:admin@admin.com

Copyright © 2023 刀客CMS内容管理系统