Can't run project on server

Hi all,

I want to run my project on server. Whenever I go to a menu which deals with db I get:




YiiBase::include(PDO.php) [<a href='function.YiiBase-include'>function.YiiBase-include</a>]: failed to open stream: No such file or directory 



How do I fix this?

I also have these requirement results:

6333

requirements.PNG

Thank you in advance.

hi :)

Are you on linux or Window ?

Have you create your app on linux or window ?

The server I am trying to run the app on, is windows

Please check if you have got the PDO properly installed. http://php.net/manual/en/pdo.installation.php

your pdo ext is not loaded make sure its installed

Thank you all for your suggestions.

I installed the PDO and the app is running :)