• I am getting the follwing error in my admin panel when try to deactive a plugin..
    Warning: Cannot modify header information - headers already sent by (output started at /home/devil/public_html/wp-content/plugins/after-the-deadline/utils.php:28) in /home/devil/public_html/wp-includes/pluggable.php on line 865

    Can anybody help me..please..

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter kishoremylavarapu

    (@kishoremylavarapu)

    can anyone please help what it says..

    Cannot modify header information

    Search the forums for that error and you’ll get tons of hits. It usually implies a space or linebreak too much in the config file.

    The problem you’re experiencing was my fault. If an included PHP file has whitespace at the bottom along with a closing ?> it will cause this error.

    I updated the AtD plugin promptly after discovering this, you must have been one of the lucky few who downloaded it with this problem. Open up utils.php with a text editor (or download it via sftp, modify it, and reupload it) and remove ?> at the bottom. This should get you on your way. Sorry about the messup.

    I had the same problem but it turned out to be a plugin called ‘robots meta’ which I just deactivated.
    Hope you get a solution to your problem

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I am getting the following error..’ is closed to new replies.