I previously had my wiki installed as it’s own site in MSM, but was told this wasn’t necessary, so I have reconfigured the installation so the wiki functions only as a normal module, however, I’m getting the error above.
This is my path file:
$system_path = "../ShortFuze/cp/";
// ------------------------------------------------------
// MANUALLY CONFIGURABLE VARIABLES
// See user guide for more information
// ------------------------------------------------------
$template_group = "wiki";
$template = "";
$site_url = "";
$site_index = "";
$site_404 = "";
$site_name = "shortfuze";
$global_vars = array(); // This array must be associativeI’ve also tried it with no site name and still no joy.
What’s wrong here?
Oh, and the wiki is on a subdomain…