• Hello,
    I do test Worpress 2.9.2 with Buddypress 1.2.3
    The Buddy-Press-Ajax-Chat Version 1.3.0 is pretty nice.
    But after installing and activating new version (1.3.1) there′s no effect. Chat-Menu doesn′t exist in bar above and in buddypress menu (admin panel) there isn′t a chat settings menu anymore.

    It seems there is a problem with file bp-chat.php, because it′s possible to use all files from version 1.3.1 expect bp-chat.php, using the file from Version 1.3.0 instead.

    Thanks,
    N.

    https://www.ads-software.com/extend/plugins/buddypress-ajax-chat/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Please make sure you have bp-loader.php and if you updated right away you might not have gotten all the files as I checked in one file a little later.

    If you still have a problem just open up bp-chat-loader.php and comment out everything but the require statement and define statement. Please let me know if you’re still having problems.

    Thanks,
    Dave

    Thread Starter nemesus

    (@nemesus)

    1.3.2 works great. Thank you!

    N

    Thanks:) I’ll make it even better too:)

    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

    Make sure you don’t modify the plugin by hand. In the past you would have to. I took that need away with the later releases.

    Thanks,
    Dave

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Buddypress-Ajax-Chat] 1.3.0 runs well / 1.3.1 is broken’ is closed to new replies.