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
I got this error too when I set up roundmail any info on this would be
helpful!
found my problem....forgot to run the initial.sql file, givethat a try ccholewiak...