Re: Connecting PHP-based Application to Postgres-9.0.3

From: Matthias Ritzkowski <matthiar(at)gmail(dot)com>
To: pgsql-php(at)postgresql(dot)org
Subject: Re: Connecting PHP-based Application to Postgres-9.0.3
Date: 2011-04-08 12:53:06
Message-ID: BANLkTi=mOp_2MXpa3AqgE0pRQoFtAjb9fw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Put a couple of print "Line is xyz" statements into test.php to see
where it fails ...
That non-existent adodb library for postgres 9.x would make this a
strong candidate to revert to 8.4. Why do you need cutting edge
postgres for a cms?

On 4/7/11, Rich Shepard <rshepard(at)appl-ecosys(dot)com> wrote:
> On Thu, 7 Apr 2011, Jose Luis Salcedo wrote:
>
>> Hello guys, I think the best way to know what's happenning with the
>> connection is make a file that try to connect with the simple instructions
>> that provide php itself, if the simple connection works it means the
>> problem
>> is with the ADODB library, otherwise will be the database server.
>
> Jose,
>
> Mea culpa! I forgot to turn on the executable bits for test.php. When I
> did nothing appears on the browser but /var/log/httpd/access_log has:
>
> 127.0.0.1 - - [07/Apr/2011:16:17:53 -0700] "GET /test.php HTTP/1.1" 200 192
>
> So, if the issue is with adodb is it missing a driver or something else?
>
> Thanks,
>
> Rich
>
> --
> Sent via pgsql-php mailing list (pgsql-php(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-php
>

--
Sent from my mobile device

Regards
Matthias Ritzkowski

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Raymond O'Donnell 2011-04-08 13:17:09 Re: Connecting PHP-based Application to Postgres-9.0.3
Previous Message Rich Shepard 2011-04-07 23:20:34 Re: Connecting PHP-based Application to Postgres-9.0.3