Hi guys,
I’ve been trying to install the User Extension but I’m not able to migrate and THIS IS KILLING me.
I don’t why soI just gonna paste the erro cmd throws at me
'CDbException'with message 'CDbConnection failed to open the DB connection: could not fin the drive' in C:\wamp\www\YII\framework\db\CDbConnection.php
Can someone HELP me please? this is really and I want that extension to work!
Thanks!
Maybe you have configured properly your main db connection (in protected/config/main.php) but not also in console config file (in protected/config/console.php).
At first I though it was something about that but, I have my db configured in both 
'db'=>array(
'connectionString' => 'mysql:host=localhost;dbname=usertest',
'emulatePrepare' => true,
'username' => 'admin',
'password' => 'admin',
'charset' => 'utf8',
),
