Hi All,
I’m so stuck right now. I am trying to use the reverse_related_entries tag with a parent that has dynamic set to no. Every time I do this, a receive a 500 error on the page. If I take out the reverse_related_entries conditions, it works, or if I take out the dynamic, no error but now returns. Completely stumped.
Here is my code:
{exp:channel:entries channel="exhibitors" status="open|Approved" dynamic="no" orderby="exhibitor_name" sort="asc"}
{reverse_related_entries channel="products" status="open|Approved"}
{if no_reverse_related_entries}
<li id="coming-soon">Coming Soon</li>
{/if}
<li>
<a href="http://{url_title_path=%27products/product%27}" class="pl-item">_ <center>_ {exp:ce_img:single src="{product_image}" alt="{title}" crop="no|center,center" max_width="190" max_height="150" cache="yes" refresh="360"}_ </center>_ <span class="about-title">About This Piece</span>_ </a>
<div class="about-piece">
<span class="about-title">About This Piece</span>
<div class="about-copy">
<h5>{exhibitor_name}</h5>
<p> <small>{title}</small><br />
<a href="http://{url_title_path=products/product}">Product Details »</a><br />
</div><br />
</div><br />
</li><br />
{/reverse_related_entries}<br />
{/exp:channel:entries}I am on version 2.3.1 of EE.
Thanks for your help.
~ Lucas