• Hi, it is a simple but awesome pluging, indeed, and was working just perfect until I wanted to activate the groups button function. Now I’m getting the following error when I try to access my site.

    Parse error: syntax error, unexpected T_STRING in /home/pgandita/public_html/loksearte.org/wp-content/plugins/buddypress-facebook/includes/facebook-groups-extension.php on line 107

    Used notepad++ to see what were in facebook-groups-extension.php, line 107 but couldn’t figure out how to fix the issue.

    Ussing WordPress 3.4.1, Buddypress 1.6, Custom Community Child Theme
    http://www.loksearte.org

    Greetings from Chile!

    http://wordpress.org/extend/plugins/buddypress-facebook/

Viewing 11 replies - 1 through 11 (of 11 total)
  • i will see what is going on.
    tks for tell!!

    I’m getting the exact same error!

    Parse error: syntax error, unexpected T_STRING in /home/skypepro/public_html/talk2prof.com/sp/wp-content/plugins/buddypress-facebook/includes/facebook-groups-extension.php on line 107

    Help! Urgent!

    p.s. I’m now locked out of the installation completly and I can’t log in to fix it nor can I remove the plugin

    Thread Starter c0rp53

    (@c0rp53)

    just access the site via FTP, go to wp-content/plugins and rename the plugin’s folder.

    Just for anyone downloading this plugin the error is still there. You can fix it easily by goign to line 107 and at the end (line 108 pending on your editor) remove the ‘?>’ and place it above the call i.e. in line 106

    It worked for me so hope it helps. Great plugin thank you

    I am experiencing this problem currently as well. I even attempted tassos fix and that did not work either. I have tried many things as far as moving the code around but I don’t really know my coding well enough to fix it. Any help would be great

    Hi,
    I am BuddyPress Developer. My Skype: abir43tee
    I want to make it as like facebook time line. Any one can help me?

    I think its just a formatting issue. (note I’m just guessing here)

    Try replacing from lines 107 through 110 (depending on your editor) in facebook-groups-extension.php

    $fbplus_field_meta .= '<a href="'. fbplus_field_onecj() .'"' .' ><img src="<?php bloginfo('wpurl'); ?>/wp-content/plugins/buddypress-facebook/img/facebook_social.gif" /></a>' **/?>
    
    <!-- <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>' --><?php ;

    With this

    $fbplus_field_meta .= '<a href="'.fbplus_field_onecj().'">
    	<img src="'. bloginfo('wpurl').'/wp-content/plugins/buddypress-facebook/img/facebook_social.gif" /></a>';

    changed… please check.

    I count on your help
    tks

    after actived facebook, there is an error on your twitter plugin.
    500 error.
    twitter was working fine before active this plugin.

    yes, i`m tested. I will need to remake this plugin.
    sorry

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: BuddyPress Facebook] plugin broke after activating group button’ is closed to new replies.