I have a similar problem. We have over the years used various solution for our websites to be on one EE installation. For some months ago, we bought the MSM so we could move some sites into MSM system so we can be able to use more of the EE capabilities/functionaries on one installation. All our websites are on one dedicated server.
After setting up the new website using MSM, duplicated the templates only (so i still had all a backup), following the instruction, putting the path.php and index.php file under the new site, I first got a blank page as stonemonkey45 described and after changing index.php:
error_reporting(0);with:
error_reporting(E_ALL);
ini_set('display_errors', 1);I got this error message:
Notice: Undefined variable: remove_unparsed_variables in /home/angmed/public_html/system/core/core.output.php on line 295
The website url: christianity.net.au
Info in the path.php should be ok:
<?php
// DO NOT ALTER THIS FILE UNLESS YOU HAVE A REASON TO
$system_path = "/home/angmed/public_html/system/";
$site_name = 'christianity';
$template_group = "";
$template = "";
$site_url = "";
$site_index = "";
?>Im on the latest EE built: 20070918 and the latest MSM (updated yesterday)