I understand that a lot of people have been posting this error issue for EE2.X
Im not sure if everyone is having the same case but my page has multiple errors of:
A PHP Error was encountered
Severity: Warning
Message: trim() expects parameter 1 to be string, array given
Filename: libraries/Functions.php
Line Number: 1499
Then one of this at the bottom:
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/****/public_html/system/codeigniter/system/core/Exceptions.php:170)
Filename: core/Common.php
Line Number: 408
Then:
Fatal error: ob_start() [ref.outcontrol]: Cannot use output buffering in output buffering display handlers in /home/****/public_html/system/codeigniter/system/core/Exceptions.php on line 166
However, if I refresh the page it works completely fine.
This only happens to a new visitor. (fix on refresh but its a big issue when it happens to new visitors)
Help Please..
Thank you guys so so so much.