[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] phpPgAdmin



> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 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