• So I am getting the below message on my admin login screen which is preventing me to get into wordpress. I went to my FTP page and changed the name of my plugin folder to plugin.hold (which I think disables all of the plugins) and that did not fix the problem. I read some other articles about changing some of the code from the post.php file. I downloaded the file and scrolled all the way to the end of the 6000+ lines (using google notepad) and there was no ?>. Am I correct in assuming that I need to add that code to the last line? I am confused because the error says post.php:1 which seems to be an error in line one not all the way at the end.

    First 2 lines:
    <?php
    /**

    Last 2 lines:
    }
    }
    (with a blank line at the very end)

    Login Error message:
    Warning: Cannot modify header information – headers already sent by (output started at /home/readingedge/public_html/sa/wp-includes/post.php:1) in /home/readingedge/public_html/sa/wp-login.php on line 431

    Warning: Cannot modify header information – headers already sent by (output started at /home/readingedge/public_html/sa/wp-includes/post.php:1) in /home/readingedge/public_html/sa/wp-login.php on line 444

    https://readingedgeacademy.org/sa/wp-login.php

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Cannot Modify Header’ is closed to new replies.