[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] phpPgAdmin
- Subject: [cobalt-users] phpPgAdmin
- From: Oguz Demirkapi <oguz@xxxxxxxxxxxxx>
- Date: Thu Feb 22 07:39:28 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi,
We have a PostgreSQL and Php 4.02 preinstalled Cobalt RaQ4r server and I
want to manage PostgreSQL via pgPgAdmin. But when I try to login I got
error such as :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Fatal error: Call to undefined function: pg_connect() in
/home/sites/home/web/manage/phpPgAdmin/lib.inc.php on line 130
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At "Documentation.html" of phpPgAdmin there is an explanation such as :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
phpPgAdmin can't connect to PostgreSQL. What's wrong?
Either there is an error with your PHP setup or your username/password
is wrong. Try to make a small script which uses pg_connect and see if it
works. If it doesn't, it may be you haven't even compiled PostgreSQL
support into PHP.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
So how can I login into phpPgAdmin ? Do I need to install any extra
support for PHP ?
Thnx !