reset() 期望参数 1 为数组,更新 Yii 版本后 Gii 中给出的整数

reset() expects parameter 1 to be array, integer given in Gii after update Yii version

将 Yii 更新到 1.1.20 后出现错误 reset() expects parameter 1 to be array, integer given 当点击 Model 生成器中的 diff 选项时。

我在https://github.com/yiisoft/yii/blob/master/framework/gii/components/Pear/Text/Diff/Engine/native.php#L194 and https://github.com/yiisoft/yii/blob/master/framework/gii/components/Pear/Text/Diff/Engine/native.php#L206

中找到了函数

所以我找不到解决方案。

您可以通过更改框架文件解决此问题(不推荐)

framework/gii/components/Pear/Text/Diff/Engine/native.php

在第 194 和 206 行检查 $match 是否为数组并跳过依赖于它的代码部分。