• I am having an issue on my page https://www.PinupParkingLot.com where the page is now not centered, it shows up with >? at the top and wierd characters throughout the page. In the dashboard in WordPress the page shows the same >? and that page is a bit messed up. When I logged out just now it popped up this message. Not sure if any of this helps.

    ?>
    Warning: Cannot modify header information – headers already sent by (output started at /home/pinuppar/public_html/wp-content/themes/inove/functions.php:437) in /home/pinuppar/public_html/wp-login.php on line 255

    Warning: Cannot modify header information – headers already sent by (output started at /home/pinuppar/public_html/wp-content/themes/inove/functions.php:437) in /home/pinuppar/public_html/wp-login.php on line 267

    Warning: Cannot modify header information – headers already sent by (output started at /home/pinuppar/public_html/wp-content/themes/inove/functions.php:437) in /home/pinuppar/public_html/wp-includes/pluggable.php on line 676

    Warning: Cannot modify header information – headers already sent by (output started at /home/pinuppar/public_html/wp-content/themes/inove/functions.php:437) in /home/pinuppar/public_html/wp-includes/pluggable.php on line 677

    Warning: Cannot modify header information – headers already sent by (output started at /home/pinuppar/public_html/wp-content/themes/inove/functions.php:437) in /home/pinuppar/public_html/wp-includes/pluggable.php on line 678

    Warning: Cannot modify header information – headers already sent by (output started at /home/pinuppar/public_html/wp-content/themes/inove/functions.php:437) in /home/pinuppar/public_html/wp-includes/pluggable.php on line 679

    Warning: Cannot modify header information – headers already sent by (output started at /home/pinuppar/public_html/wp-content/themes/inove/functions.php:437) in /home/pinuppar/public_html/wp-includes/pluggable.php on line 680

    Warning: Cannot modify header information – headers already sent by (output started at /home/pinuppar/public_html/wp-content/themes/inove/functions.php:437) in /home/pinuppar/public_html/wp-includes/pluggable.php on line 681

    Warning: Cannot modify header information – headers already sent by (output started at /home/pinuppar/public_html/wp-content/themes/inove/functions.php:437) in /home/pinuppar/public_html/wp-includes/pluggable.php on line 684

    Warning: Cannot modify header information – headers already sent by (output started at /home/pinuppar/public_html/wp-content/themes/inove/functions.php:437) in /home/pinuppar/public_html/wp-includes/pluggable.php on line 685

    Warning: Cannot modify header information – headers already sent by (output started at /home/pinuppar/public_html/wp-content/themes/inove/functions.php:437) in /home/pinuppar/public_html/wp-includes/pluggable.php on line 686

    Warning: Cannot modify header information – headers already sent by (output started at /home/pinuppar/public_html/wp-content/themes/inove/functions.php:437) in /home/pinuppar/public_html/wp-includes/pluggable.php on line 687

    Warning: Cannot modify header information – headers already sent by (output started at /home/pinuppar/public_html/wp-content/themes/inove/functions.php:437) in /home/pinuppar/public_html/wp-includes/pluggable.php on line 690

    Warning: Cannot modify header information – headers already sent by (output started at /home/pinuppar/public_html/wp-content/themes/inove/functions.php:437) in /home/pinuppar/public_html/wp-includes/pluggable.php on line 691

    Warning: Cannot modify header information – headers already sent by (output started at /home/pinuppar/public_html/wp-content/themes/inove/functions.php:437) in /home/pinuppar/public_html/wp-includes/pluggable.php on line 692

    Warning: Cannot modify header information – headers already sent by (output started at /home/pinuppar/public_html/wp-content/themes/inove/functions.php:437) in /home/pinuppar/public_html/wp-includes/pluggable.php on line 693

    Warning: Cannot modify header information – headers already sent by (output started at /home/pinuppar/public_html/wp-content/themes/inove/functions.php:437) in /home/pinuppar/public_html/wp-includes/pluggable.php on line 850

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hmm that’s very odd.

    Check your header.php – it looks like the is a rogue php close tag some where.

    As far as all the characters, it could be because you don’t have a charset defined on the site, usualy utf-8.

    Add this in your header.php above the <title>

    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

    and remove

    <META HTTP-EQUIV="Content-Language" CONTENT="EN">
    Thread Starter pinupparkinglot

    (@pinupparkinglot)

    Where would I enter that info? I do have utf-8 set. I can login to my php admin but don’t see a header.php spot… Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘>? showing on page and lots of issues!’ is closed to new replies.