Re: Issues after Upgrading Ajax Chat
Hi Dave,
I installed 1.3.2 fine but when I try to chat I get an error inside the chat page
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /home/content/a/t/o/atomiccafe/html/upoubams/wp-content/plugins/buddypress-ajax-chat/bp-chat/chat/lib/class/CustomAJAXChat.php on line 14
Here are the Lines:
10 #error_reporting(E_ALL);
11 #ini_set(‘display_errors’, ‘1’);
12
13 class CustomAJAXChat extends AJAXChat {
14 public $bp_config = array();
15 public $channels = null;
16 public $users = null;
17
18 public $loggedin_user_fullname = null;
19 public $xml_logout_url = null;
20 public $loggedin_user_id = null;
21 public $name_type = null;
I have the latest BuddyPress on a single instance of WordPress 2.9.2
Can you help?
Thanks