Error Being Thrown
Using Jamroom
Thanks Michael. I am using the dark version but I looked at the default template and mine and they are identical. If I hit the page,I get the error - CRI: Query Error: Unknown column 'profile_quota_id' in 'field list'. The "most viewed" threw me. Once I looked at the url page, I knew the area. This had been working so I am kind of surprised. Also that search area should be valid.
{if isset($_conf.jrProJam_require_images) && $_conf.jrProJam_require_images == 'on'}
{if isset($_post.option) && $_post.option == 'most_viewed'}
{jrCore_list module="jrProfile" chart_field="profile_view_count" chart_days="365" search1="profile_quota_id in `$_conf.jrProJam_artist_quota`" search2="profile_name like `$_post._1`%" template="artists_row.tpl" require_image="profile_image" pagebreak=$_conf.jrProJam_default_artist_pagebreak page=$_post.p}
{else}
{jrCore_list module="jrProfile" order_by=$order_by search1="profile_active = 1" search2="profile_quota_id in `$_conf.jrProJam_artist_quota`" search3="profile_name like `$_post._1`%" template="artists_row.tpl" require_image="profile_image" pagebreak=$_conf.jrProJam_default_artist_pagebreak page=$_post.p}
{/if}
{else}
{if isset($_post.option) && $_post.option == 'most_viewed'}
{jrCore_list module="jrProfile" chart_field="profile_view_count" chart_days="365" search1="profile_quota_id in `$_conf.jrProJam_artist_quota`" search2="profile_name like `$_post._1`%" template="artists_row.tpl" pagebreak=$_conf.jrProJam_default_artist_pagebreak page=$_post.p}
{else}
{jrCore_list module="jrProfile" order_by=$order_by search1="profile_active = 1" search2="profile_quota_id in `$_conf.jrProJam_artist_quota`" search3="profile_name like `$_post._1`%" template="artists_row.tpl" pagebreak=$_conf.jrProJam_default_artist_pagebreak page=$_post.p}
{/if}