CodeIgniter Framework Coding php
Severity: Warning Message: Cannot modify header information – headers already sent by
November 13, 2019
0
, ,

Suddenly I am getting the below error message in my Codeigniter project after updating my server with new PHP upgraded version –
Severity: Warning Message: Cannot modify header information – headers already sent by

The Simple way to solve it is write the below command in php.ini:

output_buffering = On

About author

ZERIN

CEO & Founder (BdBooking.com - Online Hotel Booking System), CEO & Founder (TaskGum.com - Task Managment Software), CEO & Founder (InnKeyPro.com - Hotel ERP), Software Engineer & Solution Architect

My Code is My Future: How I Keep My PHP Clean and Powerful

In life, we often hear the phrase: “Don’t judg...

Read more

CodeIgniter 4: How to Soft Delete, Restore, and Permanently Remove Records

🔄 Understanding Soft Deletes in CodeIgnite...

Read more

How do i install older version of CI4 using composer

Sometimes when you run git update & composer u...

Read more

There are 0 comments

Leave a Reply

Your email address will not be published. Required fields are marked *