Author Topic: Installation Issue [SOLVED]  (Read 5082 times)

Offline ccholewiak

  • Newbie
  • *
  • Posts: 7
Installation Issue [SOLVED]
« on: July 31, 2007, 01:35:13 PM »
Ok installed roundcube ( great application by the way, got it running on 2 other sites)

but this one gives me an error I have never seen:

DB Error in /home/vision/public_html/email/program/include/rcube_db.inc (505): DB Error: no such table Query: SELECT vars, ip, UNIX_TIMESTAMP(changed) AS changed FROM session WHERE sess_id='200e7332f2b9268fb6707d0cd7b6d300' [nativecode=1146 ** Table 'vision_email.session' doesn't exist]

Fatal error: Call to a member function getMessage() on a non-object in /home/vision/public_html/email/program/include/rcube_db.inc on line 366

now on the above error, I have the following setting:
$rcmail_config['db_dsnw'] = 'mysql://DB_username:db_userpass@localhost/DB
**this provides a white page with error msg....no roundcube logo or anything

Now when I edit the above db_dsnw to use domain name in place of ' localhost ' I get the following
DATABASE ERROR: CONNECTION FAILED! error with added php error script note:

DB Error in /home/vision/public_html/email/program/include/rcube_db.inc (105): DB Error: connect failed

now the db username and pass work, I have tested it on other DB's on my host...so any assistance that
anyone can provide would be greatly appreciated


*** SIDE NOTE *** I have this setup as a subdomain via cpanel
so it uses http://email.domainname.com  but the subdomain folders is in the root folder

Offline .Diver

  • Jr. Member
  • **
  • Posts: 11
Re: Installation Issue
« Reply #1 on: August 01, 2007, 12:49:01 AM »
I got this error too when I set up roundmail any info on this would be
helpful!

Offline .Diver

  • Jr. Member
  • **
  • Posts: 11
Re: Installation Issue
« Reply #2 on: August 01, 2007, 01:15:10 AM »
found my problem....forgot to run the initial.sql file, givethat a try ccholewiak...