• Resolved notpink

    (@notpink)


    Hi there,

    I have a strange problem:

    At the bottom of every page, there is a small “OK” that i dont know where comes from.
    For my problem to be even more tricky, I have the same problem with my feed.
    The source of my pages ends in:
    </html>ok

    If you want to take a look pls be my guests: http://gsm-portal.ro

    Can you please help me?
    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • If it is not in your theme’s footer file… then one of your plugins or non-WP scripts used on that site is adding it.

    Thread Starter notpink

    (@notpink)

    i have deactivated all the plugins… still there
    i have double-checked the footer.php… no sign of any ok in there :((

    What about the “sweet and short” index.php in the root of WP install?

    Thread Starter notpink

    (@notpink)

    it only has thees lines:
    <?php
    /* Short and sweet */
    define(‘WP_USE_THEMES’, true);
    require(‘./wp-blog-header.php’);
    ?>

    OK, I was shooting in the dark…
    That “OK” thing must be somewhere in one of the files that are called into your blog. The question is only finding it. As I said, it could be in the theme, including the functions file, in a plugin, in one of the many 3rd party scripts…
    The worse case scenario is – it is coming from the database because your blog has been hacked.

    Only you can figure it out because only you have access to everything on your blog/site.

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    The OK is also in your RSS feed. Given that, check the root index.php and wp-blog-header.php.

    Thread Starter notpink

    (@notpink)

    hi there
    everything is ok now.
    there was an echo in wp-blog-header.php
    thanks a lot

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘There is “ok” coming after </html>’ is closed to new replies.