Hey All.
I just installed MSM on a dev site. it appeared to go well until trying to go to the edit site screen I get this error
IN (".$this->db->escape_str(explode('|', $this->session->userdata['assigned_sites'])).")
ORDER BY site_label"); } if (($this->session->userdata['group_id'] == 1 OR
$this->session->userdata['assigned_sites'] != '') && $result->num_rows() > 0) {
foreach ($result->result_array() as $row) { $assigned_sites[$row['site_id']] = $row['site_label']; } }
$this->session->userdata['assigned_sites'] = $assigned_sites;/**
----------------------------------------- /** Reload to Site Admin /** -----------------------------------------*/
$this->functions->redirect(BASE.AMP.'C=sites'.AMP.'M=manage_sites'); } }
/* End of file sites.php */ /* Location: ./system/expressionengine/controllers/cp/sites.php */Any insight on how to trouble shoot this would be greatfully appreciated.