Hi,
I’ve just updated EE from 2.4.1 to 2.5.1 and at the same time updated MSM to 2.1.3.
I have 10 Sites and can switch between all of them, with the exception of two, where upon switching I get the following error messages:
A PHP Error was encountered
Severity: Notice
Message: Undefined index: 6
Filename: core/EE_Config.php
Line Number: 427
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/waringst/public_html/CPURL/codeigniter/system/core/Exceptions.php:170)
Filename: libraries/Functions.php
Line Number: 806
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/waringst/public_html/CPURL/codeigniter/system/core/Exceptions.php:170)
Filename: libraries/Functions.php
Line Number: 402
Line 427 of /core/EE_Config.php is
$site_pages[$site['site_id']] = $data[$site['site_id']];And as I say, I’m running MSM 2.1.3 and EE 2.5.1.
Does anybody have any ideas? All help would be much appreciated.