Thinkphp出现了‘未定义数组下标: 0‘的错误解决方法
2022-11-24 11:10:29
247
{{single.collect_count}}

今天在写一个接口的时候出现了问题,一直给我报错“未定义数组下标: 0”,

找了半天写的代码没看出错的。

解决方法

在你的模块目录下的common.php文件加入以下代码排除 ‘未定义数组下标: 0’

 代码段如下:

error_reporting(E_ERROR | E_WARNING | E_PARSE);

 

回帖
全部回帖({{commentCount}})
{{item.user.nickname}} {{item.user.group_title}} {{item.friend_time}}
{{item.content}}
{{item.comment_content_show ? '取消' : '回复'}} 删除
回帖
{{reply.user.nickname}} {{reply.user.group_title}} {{reply.friend_time}}
{{reply.content}}
{{reply.comment_content_show ? '取消' : '回复'}} 删除
回帖
收起
没有更多啦~
{{commentLoading ? '加载中...' : '查看更多评论'}}