Hi,
Thanks Ray. You always got my back:)
Eric, please make sure you chmod’ed the bp-chat/config directory to 777. It’s the most common issue with the chat as I write out the config files based on your global wp settings.
Thanks,
Dave
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
I fixed it.
FYI, my hosting is PHP4 which causes the Parse error. I had to update it to PHP 5 and it worked.