Getting a couple of php errors at the top of the page when using a related_entries tag. The tag is returning results correctly to the page template.
Here’s the code I’m using (the ‘frequently_asked_questions’ tag is a matrix field entry):
{related_entries id="related_faqs"}
{if no_related_entries}
No FAQs Available
{/if}
<ul>
{frequently_asked_questions}
<li>{mtx_faq_question}</li>
{/frequently_asked_questions}
</ul>
{/related_entries}
See pic of errors below. Need to know whether this is a bug (I found a thread in the bug tracker that indicates something may be wrong). Please advise.