Cannot modify header information – headers already sent error

I got an error like

Warning: Cannot modify header information – headers already sent by (output started at /home/ktmbikes/public_html/wp-content/plugins/accessories/accessories.php:256) in /home/ktmbikes/public_html/wp-includes/pluggable.php on line 934

Read More

can anyone say whats wrong?

Related posts

Leave a Reply

2 comments

  1. The plugin file (Accessories) is generating some output. Based on the position I’d guess it’s an error message. Do you have WP_DEBUG enabled? Is this a custom built plugin?

    Can you paste a block of code from around line 256 in the plugin file?