MyBB Community Forums

Full Version: Error message when installing Pro Stats
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
This has been fixed for 1.8.16 already.
https://github.com/mybb/mybb/pull/3141

If you need to fix it immediately then open:
admin/modules/config/settings.php

Go to line no. 1520 and change
htmlspecialchars_uni($setting['description']),

to
$setting['description'],
It is to be that way. The issue was with descriptions of ACP only.
It is not allowed for live for good security reasons ...
You should check you are connected to the internet. Visit any external web site to see whether a page loads. If not check your Internet connection or network settings on your computer mobdro.
Pages: 1 2