Quote:
Originally Posted by VBDev
Are your chatbox templates modified ? or are they the original ones ?
Have you uploaded the new js files ?
If first answer is no and second is yes, let's try out somtgh.
Open the mgc_chatbox.php file and search for :
Replace it by:
Code:
echo $loading . "idle";
Then tell me if the msg in the chatbox is 0idle or 1idle. You must tell me that for the page load not if you click the refresh button of the chatbox.
Anyway, if only idle is shwon, this must be because the js files have not been updated IMO.
|
Doing that produced this error in the chatbox:
Quote:
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxxx/public_html/forums/mgc_chatbox.php:1) in /home/xxxxxx/public_html/forums/mgc_chatbox.php on line 6
|
Thanks for your help.