gii无法访问 yii2_多个数据库连接Yii2无法正常工作

Yii::setAlias('@tests', dirname(__DIR__) . '/tests');

$params = require(__DIR__ . '/params.php');

$db = require(__DIR__ . '/db.php');

$dbPusat = require(__DIR__ . '/dbPusat.php');

$dbPaperless = require(__DIR__ . '/dbPaperless.php');

return [

'id' => 'basic-console',

'basePath' => dirname(__DIR__),

'bootstrap' => ['log', 'gii'],

'controllerNamespace' => 'app\commands',

'modules' => [

'gii' => 'yii\gii\Module',

],

'components' => [

'cache' => [

'class' => 'yii\caching\FileCache',

],

'log' => [

'targets' => [

[

'class' => 'yii\log\FileTarget',

'levels' => ['error', 'warning'],

],

],

],

'db' => $db,

'dbPusat' => $dbPusat,

'dbPaperless' => $dbPaperless,

],

'params' => $params,

];

In my console.php, i have 3 connection there is db, dbPusat and dbPaperless.

for db and dbPusat its work perfectly. but for dbPaperless its not detected. When i want to generate model from that connectio there is an error like this.

Please help me, thanks.

解决方案

From the configuration format I'm assuming that you are based on the basic application. In your explanation you mention that in "your console.php-config you have defined 3 connections". Those will work for console only.

The screenshot you added clearly shows a web interface. Therefor I can only conclude that you haven't added the same 3 connections in the web.php-config.

The basic app uses console.php when you start an action on the command line (via ./yii and it uses web.php when you get to to the application via a browser.

So basically: Copy your connections configuration into the web.php and you should be ok.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值