This is a new cakephp install. I'm trying to use postgresql 8.3.5.
However, whenever I rename the database.php.default to database.php
and include the following for the postgresql details, the graphics
disappear from my cakephp main page.
var $default = array(
'driver' => 'postgres',
'host' => 'localhost',
'login' => 'postgres',
'password' => 'postgres',
'database' => 'postgres',
'prefix' => '',
);
If I rename the database.php back to database.php.default, then it
works fine, but, of course, the main page says this "Your database
configuration file is NOT present.".
Any ideas?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---