[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] phpPgAdmin
- Subject: Re: [cobalt-users] phpPgAdmin
- From: andre@xxxxxxxxxxx
- Date: Thu Feb 22 08:49:20 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Fatal error: Call to undefined function: pg_connect() in
> /home/sites/home/web/manage/phpPgAdmin/lib.inc.php on line 130
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The 'Call to undefined function' error indicates that you did not compile
PHP with support for Postgres so the Postgres functions in PHP won't work.
Read the documentation on PHP compilation (available in the source
packages) on the correct configure options. But besides this you will need
to configure your Postgres installation as well to create new databases
(you don't want to mess arround with the cobalt database). For this search
the cobalt knowledge base.
Regards,
Andre Jochems