Horje

Tips (Total 1)


# Tips-1) How to fix Header headers already sent by

Following is a best way to fix

"Warning: Cannot modify header information - headers already sent by (output started at /home/user/public_html/index.php:581) in /home/user/public_html/system/sessions.php on line 180"

Step-1: Login to Cpanel

Login to your Cpanel using https://yourdomain.com:2083/

Output should be:

Step-2: Click on MultiPHP INI Editor

Find out there "MultiPHP INI Editor" on "Software"

Output should be:

Step-3: Finally Copy and Paste Following Code

Now, Click on "Editor Mode" from right side.

Then, Copy Following Code Line and Paste.

Finally, "Save"

Done...

output_buffering = 4096

Output should be: