Warning: Cannot modify header information – headers already sent by
-
Hi I need help, yesterday I wanted to log in to my wordpress site https://www.alessiasolidani.com but I couldn’t cause this error “Warning: Cannot modify header information – headers already sent by (output started at /web/htdocs/www.alessiasolidani.com/home/wp-includes/pluggable.php:2) in /web/htdocs/www.alessiasolidani.com/home/wp-includes/pluggable.php on line 1195” I checked online some tips but I didn’t found the way to fix it, can you help me please?
On line 1195 I have this:
1193 if ( !$is_IIS && PHP_SAPI != ‘cgi-fcgi’ )
1194 status_header($status); // This causes problems on IIS and some FastCGI setups
1195header(“Location: $location”, true, $status);
1196 return true;
1197}
endif;On line 2 I have this:
1<title>Alessia Solidani Salon</title>
2<?php
3/**
4 * These functions can be replaced via plugins. If plugins do not redefine these
5 * functions, then these will be used instead.
6 *
7 * @package WordPress
8 */
- The topic ‘Warning: Cannot modify header information – headers already sent by’ is closed to new replies.