Hi
I personally use this plugin on two websites and I don’t have this problem . Would you please disable other plugins ?
Thread Starter
tse11
(@tse11)
I really can’t do that right now since my site is live and very active. So I guess you’re saying it’s a plugin conflict? If so, I’ll just keep your older version for now. Thanks.
Same problem here after update. I even removed the plugin with files and reinstalled it.
Same problem here. Maybe we can identify the Plug-In in conflict if you share your other active plug-ins. Here are mine:
– BP Login Redirect
– BuddyPress (of course)
– BuddyPress Members Only
– Confirm User Registration
– Disable Feeds
– Hide Title
– PhpSword Favicon Manager
– rtMedia for WordPress, BuddyPress and bbPress
– SG CachePress
– Widget Logic
– WordPress All In One Admin Bar
After analyzing the differences to the prior version, I found a solution to the problem that works for me. Here’s how (without any guarantee, so make sure to backup first!):
1. In the Admin Panel, go to the Edit PlugIn page where you can see the PHP code.
2. Copy the PHP code in a text editor where you can see the line numbers.
3. Add a new line between line number 92 and 93 and paste the following code in: “if(count($u_avatars)) { ” (without the quotation marks)
4. In the empty line number 106 (after adding the above line, before it was line number 105), paste the following code in: “}” (again, without the quotation marks)
5. Copy the PHP code back into the Browser page and refresh the file
6. Try it out – the error should be gone now.
Hope that helps!
Thread Starter
tse11
(@tse11)
Thank you, that works perfectly!
Thanks for your solution . it’s added in 1.8.1 version .