Author Topic: Installaion Problem  (Read 2674 times)

Offline Racer

  • Newbie
  • *
  • Posts: 1
Installaion Problem
« on: June 30, 2010, 04:57:35 AM »
Hi All,

 Iam getting Databse error while configuring.Please help to solve this issue.


Check config files
main.inc.php:  OK
db.inc.php:  OK
Check if directories are writable

RoundCube may need to write/save files into these directories
temp/:  OK
logs/:  OK

Check configured database settings
DSN (write):  NOT OK(MDB2 Error: not found)

Make sure that the configured database exists and that the user has write privileges
DSN: mysql://roundcube:pass@localhost/roundcubemail
Test SMTP settings

Server: PHP mail()
Port: 25
Sender    
Recipient    

Test IMAP configuration
Server    
Port    143
Username    
Password    

Connecting to localhost...
IMAP connect:  NOT OK(Could not connect to localhost at port 143: Connection refused)

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,901
    • SKaero - Custom Roundcube development
Installaion Problem
« Reply #1 on: June 30, 2010, 05:09:02 AM »
It look like it can find the database, double check that the database exist and that it's attached database user has full write privileges.