Greetings,
I have had Statistics working on my site for a while now in two instances, but just noticed today that they are not working in either case now. Not sure if it happened during 2.3.1 upgrade. But when I got to the exp_stats table in the database all the information is there. But the tags don’t seem to be parsing in my templates.
Any suggestions?
<section class="visitors">
{exp:stats}
<div class="heading">
<h2>Rolling Deep…</h2>
<p> Most visitors ever was {most_visitors} on {most_visitor_date format="%l %F %d, %Y at %h:%i %A"}<br />
Currently Active Users: {total_logged_in}<br />
</div><br />
{/exp:stats}<br />
{exp:stats}<br />
{if member_names}<br />
<ul><br />
{member_names}<br />
<li>{if member_group == '8'}<a href="http://{member_path=members/profile}">{if:else}<a class="author" href="{member_path='members/profile'}">{/if}{name}</a></li><br />
{/member_names}<br />
</ul><br />
{/if}<br />
{/exp:stats}<br />
</section>{exp:stats}
<ul class="list">
<li><a href="http://{path=%27members%27}" title="12ozProphet Members">{total_members} Registered Members</a></li>
<li><a href="http://www.12ozprophet.com/forum/">80,000+ Forum Discussions</a></li>
<li><a href="http://12ozprophet.com/forum/memberlist.php">5,425,500+ Forum Comments</a></li>
<li><a href="http://{path=%27blogs%27}" title="12ozProphet News Entries">{exp:channel:entries channel="news" limit="1"}{total_entries} News Entries{/exp:channel:entries}</a></li>
<li><a href="http://{path=%27blogs%27}" title="12ozProphet Blog Entries">{exp:channel:entries channel="not news" limit="1"}{total_entries} Blog Entries{/exp:channel:entries}</a></li>
<li><a href="http://{path=%27%27}" title="12ozProphet Comments">{total_comments} Comments</a></li>
</ul>
{/exp:stats}