Hi guys,
I've just looked at the arrowchat folder and noticed an error_log.
PHP Fatal error: Cannot use object of type Chat as array in /home/domain/public_html/arrowchat/external.php on line 192
* I've replaced my actual name in the path above with /domain/...
On line 192 of external.php is:
$settings .= "n[".$unfocus_chat[$i]."] = \"".$chat['username']."\";";
Anybody any idea what is going on here?
Thanks
Rob.