Dear all, I've started to learn the cake PHP framework for my new web development. Downloaded the source and installed it. When I was configuring it said the error as "cake is not able to connect with database".
Searched about this issue in the cakephp site itself. They suggested the poster to test the non-cake php script to check the database connection. If I tried to connect with database from normal PHP script. Am able to connect with that and get the resource for further usage but why couldn't I done in the case of cake PHP framework? Some of the informations: Using postgres database driver PHP version -- PHP 5.3.2-0.dotdeb.2 with Suhosin-Patch (cli) (built: Apr 20 2010 2:58:57) Postgresql version -- psql 7.4.16 Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
