CodeIgniter Forums
Exception CodeIgniter\Debug\Exceptions->errorHandler - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Exception CodeIgniter\Debug\Exceptions->errorHandler (/showthread.php?tid=76542)



Exception CodeIgniter\Debug\Exceptions->errorHandler - deepakprasad778 - 05-23-2020

Code:
[23-May-2020 15:05:55 Asia/Kolkata] PHP Fatal error:  Uncaught ErrorException: Cannot modify header information - headers already sent by (output started at /home/sattare1/public_html/codeigniter/app/Config/Events.php:27) in /home/sattare1/public_html/codeigniter/system/Debug/Exceptions.php:162
Stack trace:
#0 [internal function]: CodeIgniter\Debug\Exceptions->errorHandler(2, 'Cannot modify h...', '/home/sattare1/...', 162, Array)
#1 /home/sattare1/public_html/codeigniter/system/Debug/Exceptions.php(162): header('HTTP/1.1 500 In...', true, 500)
#2 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ErrorException))
#3 {main}
  thrown in /home/sattare1/public_html/codeigniter/system/Debug/Exceptions.php on line 162


I got this error in my live server, please help me to corrent this.