Access to debugger is denied due to IP [ 2.0 版本 ]
有人在线上看到自己 runtime/logs/app.log
這个文件看见這个吗?弄出了這个错误。请问我已经有传递csrf了,然后页面访问也正常为什么会打印這个log
[warning][yii\debug\Module::checkAccess] Access to debugger is denied due to IP address restriction
2017-05-15 10:23:35 [183.253.136.149][8][-][warning][yii\debug\Module::checkAccess] Access to debugger is denied due to IP address restriction. The requesting IP address is 183.253.136.149
2017-05-15 10:23:35 [183.253.136.149][8][-][info][application] $_POST = [
最佳答案
-
johnny1991 发布于 2017-05-15 11:08 举报
百度找到你的ip,然后将你的ip写入配置文件debug的这个组件的allowedIPs里面就可以了
$config['modules']['debug'] = [ 'class' => 'yii\debug\Module', 'allowedIPs'=>[ '127.0.0.1', ] ];
其他 2 个回答
ok
注册时间:2017-03-01
最后登录:2024-05-10
在线时长:14小时46分
最后登录:2024-05-10
在线时长:14小时46分
- 粉丝1
- 金钱50
- 威望0
- 积分190