• Resolved supanatral

    (@supanatral)


    One of the websites I manage has shows a string of the following characters at the top left of the screen: ‘; ?>

    These characters are shown on every page of the site, including the admin page.

    The website I’m speaking about is http://goo.gl/bjTo8j

    Thanks in advance for the help

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hardeep Asrani

    (@hardeepasrani)

    Look at your current theme’s header.php file, and I guess there will an extra ‘; ?> in your core.

    Thread Starter supanatral

    (@supanatral)

    I would assume that your right and I’ve looked through the code without success.

    Would a programming error in the header.php also cause these characters to show in the “/wp-admin” page as well?

    Evan Herman

    (@eherman24)

    Most likely not, as the header.php file is used on the front end of the site.

    Check functions.php

    There may be a function that echos some code into the header, and it has an extra unnecessary little bit of code.

    Thread Starter supanatral

    (@supanatral)

    no success. I tried emptying all of the code found in functions.php and even though it was a blank file, I still got the characters.

    Michael

    (@alchymyth)

    most likely caused by the plugin ‘WP Pngfix’ – deactivate that plugin to see if that solves the problem.

    then post in the plugin’s supports section at http://wordpress.org/plugins/wp-pngfix/

    if you really need the plugin, edit the file pngfix.php in the plugin’s folder;
    and change the first line from
    <?
    to
    <?php

    and change the last line from
    <?}?>
    to
    <?php } ?>

    Thread Starter supanatral

    (@supanatral)

    your the man!! Considering that the plugin is for IE6, I odn’t believe this plugin is needed any longer.

    Thanks for your help everyone!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Characters at the top left’ is closed to new replies.