Re: PDO Error on new installation

2013-01-12 Thread Jeff C
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

Re: PDO Error on new installation

2013-01-12 Thread lowpass
On Sat, Jan 12, 2013 at 9:41 AM, Jeff C 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.p

PDO Error on new installation

2013-01-12 Thread Jeff C
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