• this error is blocking my blog and footer from showing,
    i have deleted any white space before open tag in header-php file and after the closing tag, have tried <? ob_start(); ?> <? ob_flush(); ?>
    i have included the header-php code (error states it is on line 2 but i dont know php so not sure what could be problem) appreciate any suggestions

    <!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
    <title><?php wp_title(); ?></title>
    <?php wp_head(); ?>
    </head>
    <body id=”<?php prima_option(‘themelayout’) ?>” <?php body_class(); ?>>
    <?php if(prima_get_option(‘usernav’)&&class_exists(‘WP_eCommerce’)) get_template_part( ‘flexi-usernav’ )
    ?>

    Warning: Cannot modify header information – headers already sent by (output started at /home/nickcher/public_html/wp-content/themes/yourflexishop/header.php:2) in /home/nickcher/public_html/wp-includes/pluggable.php on line 86

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter TBenson

    (@tbenson)

    jan your awesome i deactivated the plugins one by one and found that when i deactivated the membership pluggin the error disappeared, of course now i guess i need to reload the membership pluggin??

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    That would be a good way to go. Make sure you get the new copy of he membership plugin from the source.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘warning: header already sent 'Help please'’ is closed to new replies.