It was actually installed, but PHP had been compiled without PDO support. I've just solved the problem,
Upgraded to PHP 5.4 and my system offered me a pile of options and one was to enable PDO. Thanks On Sunday, January 13, 2013 9:37:11 AM UTC+8, cricket wrote: > > On Sat, Jan 12, 2013 at 9:41 AM, Jeff C > <[email protected]<javascript:>> > wrote: > > I've just installed Cake and tried running the default index.php, after > > taking care of a few missing directories I received the following Error > > Message. > > > > Error: Class 'PDO' not found > > File: /usr/lib/Cake/Model/Datasource/Database/Mysql.php > > Line: 169 > > > > I've checked the PHP set up using phpinfo() and I can see that the > > ./configure command use --disable-pdo I assume this is why I get the > error > > above. > > > > Any suggestions on how I can get PDO working? > > Installing it _might_ work. YMMV > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php?hl=en.
