yii Fatal error: Class 'PDO' not found in ...

add php.ini with the below line and put it to the root of my website on my share hosting where the operating system used is linux.

 extension=pdo.so  
 extension=pdo_sqlite.so  
 extension=sqlite.so  
 extension=pdo_mysql.so  

Comments