After update phpmyadmin/roundcube does not work

Marek607

New member
Joined
Dec 10, 2011
Messages
2
Welcome,

I'm upgrade custombuild 1.2 to 2.0.

After upgrade phpmyadmin/roundcube/squirrelmail not work.

squirrelmail:

Code:
ERROR: Config file ' . '"config/config.php" not found. You need to ' . 'configure SquirrelMail before you can use it.
'; exit; } // If we are, go ahead to the login page. header('Location: src/login.php'); ?>

roundcube & phpmyadmin display:

Code:
http://scr.hu/0anw/u5q1g

Plase help me.
 
I think you forgot to rewrite configs after the upgrade. Please do:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build rewrite_confs
 
Back
Top