I Thanks everyone who responded to my enquiry. I Hope in future release of cakephp the developers should disclaim any modules required for any new releases to work. I finally got it to work with much pain and sleepless nights I was able to install PDO_Mysql extension.
On Oct 19, 10:32 pm, Ryan Schmidt <[email protected]> wrote: > On Oct 19, 2011, at 22:23, f.f wrote: > > > I got the same error [Cake is NOT able to connect to the database] > > > and I have check the phpinfo > > > PDO > > PDO support enabled > > PDO drivers sqlite, sqlite2 > > > PDO_SQLITE > > PDO Driver for SQLite 3.x enabled > > PECL Module version (bundled) 1.0.1 $Id: pdo_sqlite.c 272374 > > 2008-12-31 11:17:49Z sebastian $ > > SQLite Library 3.3.7 > > Great, you've got the PDO driver itself (which is built into PHP) and the PDO > sqlite3 driver. But if you want to connect to a mysql database with PDO, you > need to install the PDO mysql driver. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
