> 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