Fatal error: Call to undefined method EE::select() in /home/####/system/expressionengine/modules/forum/mod.forum_core.php on line 10908
{if logged_in}
<h2>CONNECT TO COMMUNITY</h2>
<p> {exp:forum:topic_titles orderby="post_date" sort="desc" limit="4"}<br />
<a href="http://{thread_path=community-connection/viewthread}">{title}</a></p>
<p> {exp:trunchtml chars="90" inline="
<a href='{thread_path=' title='Read the full comment' rel='nofollow'>Read More</a>"}<br />
{last_post_date format="%M-%d"} {last_author} wrote: {last_reply}<br />
{/exp:trunchtml}<br />
</p>
<p> {/exp:forum:topic_titles}<br />
{/if}Even when all I have is the tag and the variable, I still get that error above. I’m showing the whole works to help you recreate it if needed. Again, I’ve already simplified down to just the tag and the variable, and I still get the error once {last_reply} is added.
We’ve had to comment it out to get our pages to load.
Thanks.