• Hi,

    My blog is at https://tapchiweb20.com

    There’s strange letter appears on the top and when I view the page source, I really don’t know where it comes from. It also appears in the admin page and it’s driving me crazy. In the admin page, it appears at the blog header as well. Here’s some image to better describe my problem

    https://img139.imageshack.us/img139/3826/error1ie.jpg
    https://img8.imageshack.us/img8/8779/error2n.jpg

    As you can see, the letter m appears on the top and at each box in the dashboard. When I see the code, I doubt that the error is coming from

    @header( ‘Content-Type: ‘ . get_option( ‘html_type’ ) . ‘; charset=’ . get_option( ‘blog_charset’ ) );
    send_nosniff_header();

    I don’t know if it’s so. Please help me!

Viewing 1 replies (of 1 total)
  • My guess is that in one of the files included by WordPress (sadly you can’t tell which without opening and checking them one by one) has an “m” somewhere where it shouldn’t be. That can be any *.php file.

    I’d start with “wp-config.php”, then the files in “wp-includes” (you could just try to overwrite them with the original files from a freshly downloaded wordpress archive) and then the plugins, your theme, …

    Probably (but not 100% sure) it’s the first letter in that file, right before it enters PHP-Mode with “<?php” and got there by accident.

    One more hint: Check which files have the latest “modified” date timestamp. Those files are most suspicious ??

Viewing 1 replies (of 1 total)
  • The topic ‘Strange letter appear everywhere on my blog’ is closed to new replies.