MyBB Community Forums

Full Version: Board Stats Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: errorbk.png]

As you see, that 4 textboxes are showing < .Undecided

Everything besides that shows normally.

I tried to revert to original, it didn't work.

Forum: www.gplay.ro
Tools & Maintenance > Recount and Rebuild > Recount Statistics
Didn't work.
I have the same problem, and no solution so far: http://community.mybb.com/thread-89276.html
OK, the problem here is the Thread Description plugin. Deactivate that and it should work fine.
Lovely. Is there no way to fix it?
Line 418 of ./inc/plugins/thread_description.php:

eval("\$stats = \"".$templates->get("stats")."\";");

After, add:

output_page($stats);

See if that works.
it does! Smile
thanks a lot.
if you want, you can close my own thread on the same issue.