CB 2.0 broke roundcube?

rnbwkat

Verified User
Joined
May 3, 2016
Messages
36
Hi,
Been going through the threads and can't really find anything about it, but I recently (ok, so I am late) updated to CB 2.0 and when I did, it seems roundcube is no longer working since it got upgraded to 1.3.4 my users are seeing:

CONFIGURATION ERROR
config.inc.php was not found.
Please read the INSTALL instructions!

on the login screen - but I can't find anything in my forum search to point me to a fix.

Anyone?
Kat
 
Did you set webmail_link=roundcube into directadmin.conf and rewrite settings?

Code:
echo "webmail_link=roundcube" >> /usr/local/directadmin/conf/directadmin.conf
/etc/init.d/directadmin restart
cd /usr/local/directadmin/custombuild
./build update
./build rewrite_confs
 
Back
Top