From: | "Rodolfo J(dot) Paiz" <rpaiz(at)simpaticus(dot)com> |
---|---|
To: | Mitch Pirtle <mitch(dot)pirtle(at)gmail(dot)com> |
Cc: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: some help |
Date: | 2005-02-02 20:10:11 |
Message-ID: | 1107375012.5213.40.camel@rodolfo.gt.factorrent.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
On Wed, 2005-02-02 at 10:23 -0500, Mitch Pirtle wrote:
> This is because your php.ini is not loading the postgres database
> driver. Just find your php.ini, and change the line that says:
>
> ;extension=php_pgsql.dll
>
> to:
>
> extension=php_pgsql.dll
>
> (Remove the semicolon and you're golden)
>
Note that this filename refers to Windows. Just FYI.
In my case, you've led me one step forward though. Indeed the PHP-PG
stuff is not enabled in Apache, but I'm using CPANEL (a hosting sytem)
which compiles its own Apache... and of course I don't want to break it.
I'm currently looking for ways to either enable this via CPANEL or
rebuild Apache via CPANEL to include PG functionality. Any pointers
welcome while I attempt this, too.
Cheers,
--
Rodolfo J. Paiz <rpaiz(at)simpaticus(dot)com>
From | Date | Subject | |
---|---|---|---|
Next Message | operationsengineer1 | 2005-02-02 20:21:51 | pgsql and adodb's genID() for unique id sequence... |
Previous Message | Tim Goodaire | 2005-02-02 19:58:35 | Re: How to "COPY schema1.table TO schema2.table" ? |