Thanks for the help. I'm still getting one more error not sure why..
template->_tpl_load_file(): File ./styles/Prospace/template/medal_memberlist_view.html does not exist or is empty
I checked the members list view template and I seem to have the code in:
<!-- IF S_GROUP_OPTIONS --><dt>{L_USERGROUPS}:</dt> <dd><select name="g">{S_GROUP_OPTIONS}</select> <input type="submit" name="submit" value="{L_GO}" class="button2" /></dd><!-- ENDIF -->
<!-- IF S_USER_LOGGED_IN and U_CAN_AWARD_MEDALS --><dt> </dt> <dd><a href="{U_CAN_AWARD_MEDALS}"><strong>{L_MEDAL_CP}</strong></a></dd><!-- ENDIF -->
<!-- IF S_USER_LOGGED_IN and U_NOMINATE --><dt> </dt> <dd><a href="{U_NOMINATE}"><strong>{L_NOMINATE}</strong></a></dd><!-- ENDIF -->
<!-- BEGIN custom_fields --><dt>{custom_fields.PROFILE_FIELD_NAME}:</dt> <dd>{custom_fields.PROFILE_FIELD_VALUE}</dd><!-- END custom_fields -->
So I dont understand why im still getting this error.
I am placing all the coding using UTF-8 without BOM..