erand
(Erandbraho)
1
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.
Garfield
(Guillaumeasfar)
2
hi 
Are you on linux or Window ?
Have you create your app on linux or window ?
erand
(Erandbraho)
3
The server I am trying to run the app on, is windows
Bizley
(Bizley)
4
Please check if you have got the PDO properly installed. http://php.net/manual/en/pdo.installation.php
alirz23
(Ali Raza)
5
your pdo ext is not loaded make sure its installed
erand
(Erandbraho)
6
Thank you all for your suggestions.
I installed the PDO and the app is running 