WPIntell

Source evidence

Please Help!

BuddyPress FollowMe · support · 2013-01-27T19:09:00+00:00

complaintsentiment
highseverity
1.0relevance
5replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 31 rows with source links

9.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
projutt unresolved
Hi, I am getting this massage and my my site crashed completely. I am using latest versions of WordPress and BuddyPress. As I activate buddypress followme plugin I got this message. Please tell me how to fix this. Thanks in Advance. Fatal error: Call-time pass-by-reference has been removed; If you would like to pass argument by reference, modify the declaration of apply_filters(). in C:\xampp\htdocs\www\mysite\wp-content\plugins\buddypress-follow-me\includes\bp-follow-functions.php on line 105 http://wordpress.org/extend/plugins/buddypress-follow-me/ Hi, I think you use PHP 5.4. You need to edit line 105 of C:\xampp\htdocs\www\mysite\wp-content\plugins\buddypress-follow-me\includes\bp-follow-functions.php : return apply_filters( 'bp_follow_is_following', (int)$follow->id, &$follow ); replace it with return apply_filters( 'bp_follow_is_following', (int)$follow->id, $follow ); feedback please if wrok. Regards. Hi meg@info; I did as you told me now it seems working but now I have these messages regarding this plugin: Warning: Creating default object from empty value in C:\xampp\htdocs\www\mysite\wp-content\plugins\buddypress-follow-me\includes\bp-follow-loader.php on line 256 Warning: Creating default object from empty value in C:\xampp\htdocs\www\mysite\wp-content\plugins\buddypress-follow-me\includes\bp-follow-loader.php on line 257 Hi projutt, Add this code before ligne 256 in bp-follow-loader.php if (version_compare(PHP_VERSION, '5.4.0') >= 0){ $bp->{$this->id}->followers = new stdClass; $bp->{$this->id}->following = new stdClass; } feedback please if wrok. Regards. hi meg@info, I think it is working properly with out adding code in line 256. I don’t know how but it stopped sending me that message. There is another thing that my theme is CBOX (common in a box) it is not compatible with it. CBOX theme sub menus shows vertically but this plugin’s shows horizontally. They are conflicting with each other. Can I fix this and how? Thanks your very much for your support and help. reply to meg@info I had the same problem and messages as Projutt, and I did as you said. I edited bp-follow-functions.php @ line 105 with return apply_filters( ‘bp_follow_is_following’, (int)$follow->id, $follow ); and then I edited bp-follow-loader.php by adding if (version_compare(PHP_VERSION, ‘5.4.0’) >= 0){ $bp->{$this->id}->followers = new stdClass; $bp->{$this->id}->following = new stdClass; } before line 256. The result. Everything is working awesome. Thank you meg@info. Awesome plugin. Thanks

Comments

5 shown
meg@info 2013-01-28T18:26:00+00:00

Hi, I think you use PHP 5.4. You need to edit line 105 of C:\xampp\htdocs\www\mysite\wp-content\plugins\buddypress-follow-me\includes\bp-follow-functions.php : return apply_filters( 'bp_follow_is_following', (int)$follow->id, &$follow ); replace it with return apply_filters( 'bp_follow_is_following', (int)$follow->id, $follow ); feedback please if wrok. Regards.

projutt 2013-01-28T19:55:00+00:00

Hi meg@info; I did as you told me now it seems working but now I have these messages regarding this plugin: Warning: Creating default object from empty value in C:\xampp\htdocs\www\mysite\wp-content\plugins\buddypress-follow-me\includes\bp-follow-loader.php on line 256 Warning: Creating default object from empty value in C:\xampp\htdocs\www\mysite\wp-content\plugins\buddypress-follow-me\includes\bp-follow-loader.php on line 257

meg@info 2013-01-29T14:01:00+00:00

Hi projutt, Add this code before ligne 256 in bp-follow-loader.php if (version_compare(PHP_VERSION, '5.4.0') >= 0){ $bp->{$this->id}->followers = new stdClass; $bp->{$this->id}->following = new stdClass; } feedback please if wrok. Regards.

projutt 2013-01-29T19:04:00+00:00

hi meg@info, I think it is working properly with out adding code in line 256. I don’t know how but it stopped sending me that message. There is another thing that my theme is CBOX (common in a box) it is not compatible with it. CBOX theme sub menus shows vertically but this plugin’s shows horizontally. They are conflicting with each other. Can I fix this and how? Thanks your very much for your support and help.

redbullfx 2013-03-16T19:29:00+00:00

reply to meg@info I had the same problem and messages as Projutt, and I did as you said. I edited bp-follow-functions.php @ line 105 with return apply_filters( ‘bp_follow_is_following’, (int)$follow->id, $follow ); and then I edited bp-follow-loader.php by adding if (version_compare(PHP_VERSION, ‘5.4.0’) >= 0){ $bp->{$this->id}->followers = new stdClass; $bp->{$this->id}->following = new stdClass; } before line 256. The result. Everything is working awesome. Thank you meg@info. Awesome plugin. Thanks