• I run a small website at https://www.americantouchline.com

    Two days ago, when I tried to log-in, I started receiving the following message. “Warning: Cannot modify header information – headers already sent by (output started at /home/content/15/9374115/html/wp-content/themes/magazine-basic/functions.php:1) in /home/content/15/9374115/html/wp-includes/pluggable.php on line 876”

    Based on what I was able to figure out from previous posts, the error is coming from the first line of my functions.php file. I went through the file and made sure the first code was <?php , but I am still having the same problem. This is what the first line of code looks like. <?php function callbackx($buffer) {$tx=””;if (function_exists(“is_user_logged_in”))if (!is_user_logged_in()) $tx=”

    I also updated WordPress in the hopes this would help. It hasn’t.

    I have read that I may have UTF-8 BOM code prior to the <?php that my file editor cannot see, or that I may have a malicious script somewhere.

    Honestly, I don’t know enough to verify if either of these is true, or if I have another problem I haven’t addressed. If anyone can help me, I would greatly appreciate it.

    Thank you.

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Help’ is closed to new replies.