hey guys.
the reason you are getting this error is you have extra white spaces somewhere in you plugin’s PHP files. to resolve this remove any spaces before <? in starting of the plugin file and after ?>.
also the file to look for extra spaces is wp-config.php because this is the only file of wordpress files which you edit and added extra spaces.
more information how to do this is given here