Yep - I think cake switched data access to PDO for 2.0. This is a php module - not part of the Cake download. If this is missing that might be why cake connected before upgrade and not after.
do a phpinfo and find out if its installed. w On Oct 19, 5:51 am, Paul Vaughan <[email protected]> wrote: > I had this problem and after much googling I discovered I needed to enable > an extension with a name like pdo_mysql.so (or pdo_mysql.dll on windows) and > restart apache before cake would successfully connect. > > Sorry for the lack of detail but i am not near my dev pc and can't shell > into it. > > Hope this helps. > > Paul. > On Oct 18, 2011 7:35 PM, "zer0_gravity" <[email protected]> wrote: > > > > > > > > > I did just that and on the default CakePHP page it reported an error > > "Cake is NOT able to connect to the database" > > > On Oct 18, 9:25 am, pedro rojo <[email protected]> wrote: > > > past all package of cakephp2.0 in your folder www and follow a simple > > > installation (dont use cake bake) > > > after relaod your application test and see which do you have the same > > > problem ? > > > this a simle test > > > -- > > Our newest site for the community: CakePHP Video Tutorials > >http://tv.cakephp.org > > Check out the new CakePHP Questions sitehttp://ask.cakephp.organd help > > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > > [email protected] For more options, visit this group > > athttp://groups.google.com/group/cake-php -- 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
