Warning: Cannot modify header information – header
-
Ok, just downloaded the latest stable version and am trying to install it on a linux server. PHP Version 4.3.6 is running as CGI.
Got through all the install steps ok, and I’m now at the login screen. When I try to login, I’m getting the following errors…
Warning: Cannot modify header information – headers already sent by (output started at /path/to/wp/wp-login.php:3) in /path/to/wp/wp-login.php on line 124
Warning: Cannot modify header information – headers already sent by (output started at /path/to/wp/wp-login.php:3) in /path/to/wp/wp-login.php on line 128
Warning: Cannot modify header information – headers already sent by (output started at /path/to/wp/wp-login.php:3) in /path/to/wp/wp-login.php on line 131
Warning: Cannot modify header information – headers already sent by (output started at /path/to/wp/wp-login.php:3) in /path/to/wp/wp-login.php on line 133
Warning: Cannot modify header information – headers already sent by (output started at /path/to/wp/wp-login.php:3) in /path/to/wp/wp-login.php on line 134
Warning: Cannot modify header information – headers already sent by (output started at /path/to/wp/wp-login.php:3) in /path/to/wp/wp-login.php on line 135
Warning: Cannot modify header information – headers already sent by (output started at /path/to/wp/wp-login.php:3) in /path/to/wp/wp-login.php on line 136
Warning: Cannot modify header information – headers already sent by (output started at /path/to/wp/wp-login.php:3) in /path/to/wp/wp-login.php on line 156
The only other solutions I’ve found for this in the forums is to delete the last blank line on vars.php . I’ve since gone through all the files that are called from wp-login.php and sub-required files to delete any last blank lines of the file. I’ve done a lot of tweaking and several blank installs but all to no avail.
Love to hear your suggestions to get this running…
- The topic ‘Warning: Cannot modify header information – header’ is closed to new replies.