2
don't worry about call-by-reference notice, they're generated for the php4/5 forced compatibility.
you can fix this two notices:
Quote:
Notice: Use of undefined constant _MI_XCHATWHOSCHATTING - assumed '_MI_XCHATWHOSCHATTING' in /home/homedes1/public_html/xoops/modules/xoopschat/xoops_version.php on line 67
Notice: Use of undefined constant _MI_XCHATWHOSCHATTINGDESC - assumed '_MI_XCHATWHOSCHATTINGDESC' in /home/homedes1/public_html/xoops/modules/xoopschat/xoops_version.php on line 68
adding this two lines in modules/xoopschat/language/(yourlangugage)/modinfo.php :
define('_MI_XCHATWHOSCHATTING',"Who's chatting now");
define('_MI_XCHATWHOSCHATTINGDESC',"List of users who are chatting now");