• Hello wordpress experts. I am having a problem at http://www.jawaunesaad.com. When you go to the site you get PHP warning messages saying header outpuut can’t be modified because header already sent. But the wiered thing is if you go to jawaunesaad.com without typing the www it loads just fine. I built the site in WAMP first before publishing online and everything worked just fine.

    I don’t even know where to begin to solve this problem and I don’t know enough PHP. I am also thinking the problem could be linked to the fact the header nav menu and footer nav menu looks like crap now, but this could be an entirely separate problem. Someone please assist a brother, PLSSSSSSSSSs!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The error about the header already being sent is often caused by spaces sent before the actual header. See this FAQ for some help in resolving the problem:

    http://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F

    Thread Starter jawaune

    (@jawaune)

    I am confused because according to the error, it is in the pluggables.php file in the wp-includes folder. But this cant be right because all the other themes I use work just fine and they all use that file. it’s only with my personal theme I get this error. I also went into the pluggables.php file and deleted the extra spaces and it didn’t work. There also seeems to be something mentioned about functions.php:302. What does the :302 mean? I thought it meant like 302 but I was wrong.

    Did you actually read the article I linked above? The problem is caused by the first file mentioned in the error message. The error was not detected until the second file was run.

    The 302 is the line number where the error was started.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I am having a hair pulling crisist. Help me!’ is closed to new replies.