Re: support forum plugin fatal error
I can’t say for sure what is happening for you, but you can just define this constant in your config.php file and it should override that calculated path.
define('SUPPORT_FORUM_ICON_URI', 'http://headonradionetwork.com/forum/my-plugins/');
.
This is not a hack, the plugin was built to allow overrides on that value because of circumstances like yours.