sukhman4
(Sukhman4)
1
Hi
I have developed my first yii app, but unfortunatly when i deployed it on my production server (Ubuntu 6.10) i get follwoing error
[b][i]PHP Error
Description
YiiBase::include(PDO.php) [<a href=‘function.YiiBase-include’>function.YiiBase-include</a>]: failed to open stream: No such file or directory
Source File
/var/www/yii_1_1_4/framework/YiiBase.php(341)[/i][/b]
when i ran requiremnet check on the server i get the follwoing output for mysql
PDO MySQL extension Warning All DB-related classes This is required if you are using MySQL database.
is there to run yii anyway on this server, itried to installing pdo , but could not succeed, please help me
DavidHHuan
(Davidhhuan)
2
i don’t think so that yii can run without PDO…囧
Each
(Rikius)
3
try update your php and mysql.
zaccaria
(Matteo Falsitta)
4
You should install phppdo library, it is one more requirement.
If you cannot install, there is an extension for emulate pdo (but only if you cannot install on the host).
sukhman4
(Sukhman4)
5
I am unable to install using apt-get, because support for ubuntu 6.10 has ended. please tell me in detail about any alternate way to install.
zaccaria
(Matteo Falsitta)
6
If you cannot install, use the extension for emulate.