Hi,

I need to set up Mantis (1.1.1) with PostgreSQL (8.2).

The config_inc.php file is ready but Mantis cannot connect to the database.

In this file, the "database variables" section is set as following

    # --- database variables ---------

    # set these values to match your setup
    $g_hostname      = "localhost";
    $g_db_username   = "postgres";
    $g_db_password   = "postgres";
    $g_database_name = "mantis_db";
    $g_db_type       = "pgsql";


when I click the "Check your installation" link at index.php, the return is:
" Opening connection to database [mantis_db] on host [localhost] with
username [postgres]                  BAD "

All the rest is good, but the database connection isn“t being established.

The PostgreSQL service is running and I can open the database manually.

What should I do?
What else should I say?

I created a topic in the forum...
if you wanna see, just follow the link
http://www.mantisbt.org/forums/viewtopic.php?f=3&t=4566

Thank you!
Mauro.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
mantisbt-help mailing list
mantisbt-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mantisbt-help

Reply via email to