Fix Header Already Send Issue In Php

RegisterLogin
Fix Header Already Send Issue In Php
Post Description: Fix Header Already Send Issue In Php
Tags: Fix, Header, Already, Send, Issue, In, Php
This Post Was Posted On Apr 18, 2009 By milke #1089
im have been getting this error for a while now on my php script

how do i fix header already send issue in php?

session_start(): Cannot send session cache limiter - headers already sent


Main List


How To Fix Error Warning: session_start(): Cannot send session cache limiter - headers already sent
By: Help Fix Code Script

I was migrating a website from one server to another server. Once I had uploaded all the files to the new server and pulled the website, I kept getting this error at the top of the page:

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/html/includes/myfile.php:1) in /var/www/header_file.php on line 7

when I pulled header_file.php, I had this on line 7:

session_start();
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
Web Hosting Support
#1420 1
you need to make sure that you put the session_start() at the very begining of your script.
Apr 18, 2009 Reply Report abuse
©2011 Webune Forums - Mon Dec 19, 2011 4:10 am
Powered by: Webune Forums V3