backend开启debug进度条正常显示而frontend开启debug进度条不正常显示 [ 2.0 版本 ]
大神好 求指导为什么 yii2高级版的backend开启debug进度条正常显示而frontend开启debug进度条不正常显示(有时候出现错误的时候正常显示 现在什么都不显示了)
tansuo 补充于 2017-05-08 15:46
<?php $this->beginBody() ?>
<?php echo $content; ?>
<?php $this->endBody() ?>
最佳答案
-
有一篇关于这个的文章,可以看下
共 2 条回复大神 我的配置如下
if (!YII_ENV_TEST) {// configuration adjustments for 'dev' environment $config['bootstrap'][] = 'debug'; $config['modules']['debug'] = [ 'class' => 'yii\debug\Module', 'allowedIPs' => ['*'], ]; $config['bootstrap'][] = 'gii'; $config['modules']['gii'] = [ 'class' => 'yii\gii\Module', 'allowedIPs' => ['127.0.0.1'], ];
}
return $config;
也换成大神的代码 测试依然如此 我的是windows系统 应该没有权限问题 大神 求在线QQ指导2448640323
其他 1 个回答
tansuo
注册时间:2017-02-03
最后登录:2018-04-11
在线时长:9小时18分
最后登录:2018-04-11
在线时长:9小时18分
- 粉丝4
- 金钱10
- 威望0
- 积分100