|
|
|
CDbConnection failed to open the DB connection: could not find driver เป็น windown server 2008 ครับ |
|
|
|
|
|
|
|
ใช้ Driver ตัวไหนครับ
|
|
|
|
|
Date :
2016-02-25 15:16:49 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pdo_mysql -->mysql ครับ
CDbException
CDbConnection failed to open the DB connection: could not find driver
C:\xampp\htdocs\hrd\vendor\yii-customize\framework\db\CDbConnection.php(382)
370 throw new CDbException('CDbConnection.connectionString cannot be empty.');
371 try
372 {
373 Yii::trace('Opening DB connection','system.db.CDbConnection');
374 $this->_pdo=$this->createPdoInstance();
375 $this->initConnection($this->_pdo);
376 $this->_active=true;
377 }
378 catch(PDOException $e)
379 {
380 if(YII_DEBUG)
381 {
382 throw new CDbException('CDbConnection failed to open the DB connection: '.
383 $e->getMessage(),(int)$e->getCode(),$e->errorInfo);
384 }
385 else
386 {
387 Yii::log($e->getMessage(),CLogger::LEVEL_ERROR,'exception.CDbException');
388 throw new CDbException('CDbConnection failed to open the DB connection.',(int)$e->getCode(),$e->errorInfo);
389 }
390 }
391 }
392 }
393
394 /**
|
ประวัติการแก้ไข 2016-02-25 15:32:47 2016-02-25 15:59:20
|
|
|
|
Date :
2016-02-25 15:32:12 |
By :
โต้ง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
extension=php_pdo_mysql.dll
แก้ไขแล้วครับ ไม่มาครับ
เป็น 64 bit
|
ประวัติการแก้ไข 2016-02-26 09:40:05
|
|
|
|
Date :
2016-02-26 09:16:14 |
By :
โต้ง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|