If you have the Chatbox infinite loading bug, modify the /forum/mgc_chatbox_evo_ajax.php file line:
Code:
error_reporting(E_ALL & ~E_NOTICE);
to two lines:
Code:
//error_reporting(E_ALL & ~E_NOTICE);
error_reporting(E_ALL ^ E_DEPRECATED);
The bug is regarding the PHP Version 5.3 and above and is caused by an outdated function as the official support posted here:
http://www.mgcproducts.com/showthrea...ving-the-forum
I reported the bug here:
http://www.mgcproducts.com/project.php?issueid=179