Yes, I am also having problems with it.
I got this same error today. Everything was working fine earlier. Now I get the error.
After trying to deactivate the plugin i get this error.
Warning: Cannot modify header information – headers already sent by (output started at /home/content/a/l/n/alnmedia/html/blog/wp-config.php:29) in /home/content/a/l/n/alnmedia/html/blog/wp-includes/pluggable.php on line 770
this is what i have for image coding
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left
}
/* End Images */