方法一:清除 错误cache,应该就可以正常登录了,代码如下:
rm /tmp/luci-indexcache
方法二:上述方法时间久了可能还会出现报错,可以直接关闭cache机制,使用下面代码:
uci set luci.ccache.enable=0
uci commit luci
或者编辑 /etc/config/luci
vi /etc/config/luci
config internal 'ccache'
option enable '0'
然后,重启