When I install the software and configure as per instructions I get the following error:
DB Error in /home/greatbig/public_html/roundcube/program/include/rcube_db.inc (97): DB Error: connect failed
Fatal error: Call to undefined function: query() in /home/greatbig/public_html/roundcube/program/include/rcube_db.inc on line 213
Any idea what the heck is going on? I have checked the username and password to access the DB from my MySQL admin software and it logs in just fine.
HELP!
Is that the error in the error file in the logs directory?
Also, is your admin software web-based, running on the same machine as your roundcube install?
Perhaps your mysql privileges aren't quite right?
php needs mysql module before you can use roundube
Both PHP and MySQL are in and running on my server. I have other pages using the system without any trouble. I have tried many different configurations in the config file and nothing makes any change at all.
--Is that the error in the error file in the logs directory? --- Yes
--Also, is your admin software web-based, running on the same machine as your roundcube install?-- No it is running on my local machine, although the PHPmyDAMIN running on the same server accesses the MySQL data without any problem
--Perhaps your mysql privileges aren't quite right?-- I am wondering that. I have reset them twice to no avail. I am also wondering if there is a hardocded user somewhere in roundcube for username: roundcube itself. The only kind of user I can create is one that uses my domain account as a prefix. Ex. roundcube becomes greatbig_roundcube. Very strange. My MySQL guys in my office can not even figure this one out.