Due to changes in roundcube's directory layout in recent versions (1.7+), the backup_roundcube.php and restore_roundcube.php scripts do not work anymore because they can't find config.inc.php and emits this error:
Cannot find RoundCube config at /var/www/html/roundcube/config/config.inc.php. Is RC installed and up to date?
Since I needed these, I updated the two files changing path in this line:
$rc_config = "/var/www/webapps/roundcube/config/config.inc.php";
I had also to symlink roundcube-xxx directory to roundcube in /var/www/webapps
The scripts could be updated for next directadmin version and the link can be created by custombuild on roundcube updates (since the app directory changes name).
Cannot find RoundCube config at /var/www/html/roundcube/config/config.inc.php. Is RC installed and up to date?
Since I needed these, I updated the two files changing path in this line:
$rc_config = "/var/www/webapps/roundcube/config/config.inc.php";
I had also to symlink roundcube-xxx directory to roundcube in /var/www/webapps
The scripts could be updated for next directadmin version and the link can be created by custombuild on roundcube updates (since the app directory changes name).