When I activate the plugin I get this error: The plugin generated 262 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
Errors like this usually indicate that there are trailing spaces at the end of your php files. I did a manual scan of a number of the files and found that to be the case. In some instances you have omitted the closing php tag (this is fine, the closing tag isn’t required), but in others you have not. In the files where the closing tag is missing, there seems to be a trailing space at the end of the file that may cause “headers already sent” errors.
Here are the spaces I found. There may be others:
tribe-community-events-schema.class.php trailing space at the end
tribe-community-events-template-tags.php trailing space at the end
Every file in wp_router directory has an extra space at the end
edit_organizer.php
edit_venue.php
event_list.php
Although this doesn’t seem to affect functionality, it is something that it looks like a few other forum contributors have submitted. The error does give the end user pause.
Cheers.