No graphics? That's because real Postgres users do everything from a
terminal window. And LIKE it!

...

I kid! Long-time pg user here. I've no idea what the problem might be,
though. You're not missing a closing brace or something?

On Fri, Jan 16, 2009 at 10:01 PM, reidster <reidmckin...@gmail.com> wrote:
>
> 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 cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to