(10-30-2018, 02:19 AM)x17Andrew71x Wrote: I was messing with another email system and I feel it messed it up.
I can log into phpmyadmin and see the sentora roundcube database
but roundcube isnt connecting to it.
Where does roundcube store the default user/password for the database?
I can't seem to find it?
-A
Here's what my roundcube errorlog says:
About to look at line 158 of that rcube_db.php
I don't think line 158 of that PHP file will help. It works for everyone else so you are looking at a config error of some sort.
The Roundcube config file is here (on CentOS 7 - may be in a different location on other OS versions):
Code:
/etc/sentora/configs/roundcube/roundcube_config.inc.php
BUT there is also a symbolic link to this file here, which MUST still link to the file above:
Code:
/etc/sentora/panel/etc/apps/webmail/config/config.inc.php
if you have done anything to break this link, like trying to upgrade Roundcube without knowing what you're doing, or anything else, and this symbolic link has been removed, this will cause all sorts of problems down the line.
So edit the first file I mentioned above, not the second one (because the second one isn't really a file, just a shortcut back to the first file!). The username and password Roundcube uses are near the top.
If you have been messing with another email system, you might want to consider reinstalling Sentora from scratch again, and not messing with anything - a fresh installation should always work from my experience. If you need to add things or upgrade things or change things, this is usually when things start to go wrong and you really have to know what you are doing - or ask for help, or pay someone to do it for you!!
Keith.