deploying Yii project to the internet

Hello all,

I tried to deploy my Yii project to the internet. But when I run the Yii’s requirement script, it said that the framework is missing PDO.php.

Anybody can solve this problem?

Thank you

You have to contact your hosting company with a request to install the PDO extension for the database you need (mysql, postgres)

Use this extension

Extension is just in case solution. Try getting PDO installed first.