Index: branches/unlabeled/unlabeled-1.23.2/index.php =================================================================== diff -u -r6648 -r6820 --- branches/unlabeled/unlabeled-1.23.2/index.php (.../index.php) (revision 6648) +++ branches/unlabeled/unlabeled-1.23.2/index.php (.../index.php) (revision 6820) @@ -5,7 +5,7 @@ define('FULL_PATH', realpath(dirname(__FILE__))); if (!file_exists(FULL_PATH.'/core/kernel/application.php')) { - die('Please re-checkout _inportal_kernel4 cvs module into the root directory ('.FULL_PATH.') and remove kernel/kernel4 folder'); + die('Please re-checkout _inportal_kernel4 cvs module into the root directory ('.FULL_PATH.') and remove kernel/kernel4 folder. Make sure to checkout correct branch (RC or HEAD).'); } include_once(FULL_PATH.'/core/kernel/startup.php');