MyBB Community Forums

Full Version: Board Satistics Not Shown In Index Page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
The DB is ok.
Hm, some Plugins also didn't work Undecided
Whats the best method to get a consolidatet stat?
Disable all plugins and re-copy all file to the server.
When I switch back from {$boardstats} to the version from 1.2.12 it works:

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" /></div>
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$birthdays}
{$forumstats}
</tbody>
</table>
<br />

So, why is {$boardstats} not evaluated? Is there a Debug option?
This problem also occured for me after updating to MyBB 1.2.14. so conclusion: there's an error in the updated files.
When i tried to vist your site:

This poped up:

"MySQLi error: 1194
Table 'mybb_forumssessions' is marked as crashed and should be repaired
Query: SELECT * FROM mybb_forumssessions WHERE sid='0' AND ip='71.104.3.75'"
My site? I haven't posted an url to my site.
But now here it is: http://forum.wc3-freaks.de/
Pages: 1 2