Hi there.
I have MSM up and successfully running, but it seems to only work correctly if I login via the main / default site. When I login via a secondary site (http://www.secondarysite.com/admin.php) I’m able to successfully login, but I immediately get the following error messages on the front-end:
A PHP Error was encountered
Severity: Notice
Message: Array to string conversion
Filename: libraries/Core.php
Line Number: 295
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/seattleo/public_html/_admin/codeigniter/system/core/Exceptions.php:170)
Filename: libraries/Functions.php
Line Number: 767
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/seattleo/public_html/_admin/codeigniter/system/core/Exceptions.php:170)
Filename: core/Common.php
Line Number: 405
Fatal error: ob_start() [<a href="http://ref.outcontrol">ref.outcontrol</a>]: Cannot use output buffering in output buffering display handlers in [system_path]/codeigniter/system/core/Exceptions.php on line 166Any insight on why this is happening would be much appreciated.
Thanks,
Brett