warning: header already sent 'Help please'
-
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
- The topic ‘warning: header already sent 'Help please'’ is closed to new replies.