Pgsql 7.3.3 on redhat 7.2

From: "Daniel E(dot) Fisher" <danfisher(at)bwkip(dot)com>
To: "PGSQL List" <pgsql-general(at)postgresql(dot)org>
Subject: Pgsql 7.3.3 on redhat 7.2
Date: 2003-10-20 14:08:08
Message-ID: JIEIIHOALIEKONPOODGLEENCCCAA.danfisher@bwkip.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I can't get a rest for a min guys.
>
> I go away for the weekend and my server is getting this error.
>
> Fatal error: Call to undefined function: pg_connect() in
> /var/www/html/crohns/phpBB2/db/postgres7.php on line 79

Your PHP doesn't have support for PostgreSQL.

Look at phpinfo();

--->
>From the backup to the current php.ini file... this is what was changed...
Looks like an autoupdate on php happened.

This was turned off in the current php.ini

;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;

; Whether to allow HTTP file uploads.
file_uploads = Off

the backup had this tuned on

?

this cause it?

-Dan

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martin Marques 2003-10-20 14:13:45 Re: plpgsql
Previous Message Tom Lane 2003-10-20 13:54:39 Re: plpgsql