+ Reply to Thread
Results 1 to 3 of 3

Thread: problem with roundcube_postgresql connection

  1. #1
    ayoub is offline Registered User
    Join Date
    Jul 2009
    Posts
    11
    Downloads
    0
    Uploads
    0

    Default problem with roundcube_postgresql connection

    hi,
    i installed postgresql
    i created a database named "db1" with a username "user1"
    but the problem that when i try to connect roundcube to my database , i have this message "DATABASE ERROR: CONNECTION FAILED!
    Unable to connect to the database!
    Please contact your server-administrator."


    thk you so much.

  2. #2
    ayoub is offline Registered User
    Join Date
    Jul 2009
    Posts
    11
    Downloads
    0
    Uploads
    0

    Default

    please i need for your help to resolve this problem

  3. #3
    Julius Caesar's Avatar
    Julius Caesar is offline Super Moderator
    Join Date
    Oct 2008
    Location
    Netherlands
    Posts
    501
    Downloads
    38
    Uploads
    1

    Default

    Basic system administration:
    • Can you login to the database db1 with username user1 ?
    • Has user1 enough rights in database db1?
    • Check in the db.inc.php the line starting with $rcmail_config['db_dsnw']. Does it have the right database, password and user name:

      $rcmail_config['db_dsnw'] = 'pgsql://user1:password@localhost/db1';
    Julius Caesar

    You can download the Groupvice4 theme here.
    Sie können Groupvice4 hier herunterladen.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts