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
can anyone say whats wrong?
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?
You do not have a space before or after a
<?
or?>
Try save a file as UTF8 without BOM