ExpressionEngine v2.1.3
I have 2 channels Banner and Popup that are experiencing similar issues.
{exp:channel:entries channel="pages"}
{related_entries id="F_content_banner_selector"}
{if no_related_entries}
{/if}
{if F_banner}{F_banner}
<a href="http://{F_banner_link}" title="{F_banner_title}" class="ba-banner">_ <div class="ba-banner-box"> _{F_banner_image}_ {F_banner_title} _ </div>_ </a>
{/F_banner}{/if}
{/related_entries}
{/exp:channel:entries}What is displaying on the template is only the Field names as {F_banner_link}. If I rename the field group from {F_banner} to {F_banner2} the channel entry is displayed correctly but I then get a php error.
file:channel/mod.channel.php, expression engine
message: Undefined index 1
message:invalid argument supplied for foreach()