Re: Connecting PHP-based Application to Postgres-9.0.3

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-php(at)postgresql(dot)org
Subject: Re: Connecting PHP-based Application to Postgres-9.0.3
Date: 2011-04-07 20:25:55
Message-ID: alpine.LNX.2.00.1104071323400.397@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

On Thu, 7 Apr 2011, Rich Shepard wrote:

> The error had been on line 85 before. And the access_log still shows an
> internal server error:

That's an artifact of lines wrapping. Same error.

To clarify: the application directory on the Web server is
/var/www/htdocs/cmsms (a.k.a. /srv/htdocs/cmsms). The name of the database
in postgres is cms. I turned on the page display in config.php so now I see
the error there:

Fatal error: Attempt to connect to database cms on rshepard(at)localhost failed
in /var/www/htdocs/cmsms/lib/adodb.functions.php on line 87

Rich

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Raymond O'Donnell 2011-04-07 20:39:40 Re: Connecting PHP-based Application to Postgres-9.0.3
Previous Message Rich Shepard 2011-04-07 20:10:00 Re: Connecting PHP-based Application to Postgres-9.0.3