微信测试号配置失败 [ 2.0 版本 ]
[warning][yii\debug\Module::checkAccess] Access to debugger is denied due to IP address restriction. The requesting IP address is 140.207.54.79
in /www/web/default/zbc/wechat/views/layouts/main.php:67
in /www/web/default/zbc/wechat/controllers/SiteController.php:52
zbc 补充于 2017-11-14 20:51
这个要怎么解决
共 2 个回答
-
把你的ip加到debug模块配置(
backend/config/main-local.php
) :'allowedIPs'=>['127.0.0.1','::1']
共 3 条回复 -
线上的话,记得关掉debug
共 4 条回复现在日志那里没报错了但是还是连不上微信测试号配置失败
if (YII_ENV_DEV) { // configuration adjustments for 'dev' environment $config['bootstrap'][] = 'debug'; $config['modules']['debug'] = 'yii\debug\Module'; $config['modules']['debug'] = [ 'class' => 'yii\debug\Module', 'allowedIPs'=>[ // '127.0.0.1', '120.77.147.96', '*.*.*.*', //'*', ], ];
zbc 深圳
注册时间:2017-11-07
最后登录:2017-11-30
在线时长:4小时27分
最后登录:2017-11-30
在线时长:4小时27分
- 粉丝0
- 金钱45
- 威望0
- 积分85