Fix Header Already Send Issue In Php
- Forums
- General Errors
- Fix Header Already Send Issue In Php
This Page Contains information about Fix Header Already Send Issue In Php By milke in category General Errors with 1 Replies. [1682], Last Updated: Mon Jun 24, 2024
milke
Sat Apr 18, 2009
1 Comments
520 Visits
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();
https://www.webune.com/forums/fix-header-already-send-issue-in-php.html