Warning: Illegal string offset 'top' in /www/wwwroot/hellyhua.com/wp-content/themes/Snape/single.php on line 45

关于phpcms v9 登录后台就出现“密码重试次数太多,请过-22561967分钟后重新登录!”
修改 \phpcms\modules\admin\index.php 文件

if($rtime[‘times’] >= $maxloginfailedtimes) {
                                $minute = 60-floor((SYS_TIME-$rtime[‘logintime’])/60);
                                showmessage(L(‘wait_1_hour’,array(‘minute’=>$minute)));
                        }

将这一段注释掉,登陆后台,更新全站缓存。


Warning: Illegal string offset 'footer' in /www/wwwroot/hellyhua.com/wp-content/themes/Snape/single.php on line 49