CDbConnection failed to open the DB connection: could not find driver

Ok this is what i did: installed in locale yii, created the project. Than I copied all ( yii folder, project folder ) to my web hosting ( where I don’t have the remote access ). Configured the main.php with the db connection parameters. But when I try to do something this is the error.

Have I missed something during the copy? Or the problem is that I can’t copy the yii folder? (I’m using the last svn version )

Maybe the answer is here: PDO drivers sqlite2, sqlite

I need the mysql pdo right? TT

Ok couse I’m at this point can you say me which are the yii require to works?

Yes you need PDO. There’s a “requirements” folder in the standard Yii package. Upload that to your host and then run the index.php (eg http://example.com/requirements/).