Hi there,
I’ve run into a strange bug since upgrading a site from EE 2.3.3 to 2.5.3. One of my template pages shows a long list of PHP errors if I load it while I’m signed in to the admin interface. The moment I log out, no PHP errors. This is the error I get (over and over again, probably well over a dozen times):
A PHP Error was encountered
Severity: Notice
Message: Array to string conversion
Filename: libraries/Functions.php
Line Number: 2711
Perhaps the key to the issue is this, which appears last…
Fatal error: ob_start() [ref.outcontrol]: Cannot use output buffering in output buffering display handlers in /home/thesite/public_html/administration/codeigniter/system/core/Exceptions.php on line 166
Any ideas what’s going on or suggestions how I can fix it? It doesn’t seem to affect visitors to the site, thankfully - but it is weird. I tried replacing the codeigniter directory but that didn’t seem to help.
Thanks,
Christopher