-
Author
Tagged: buddypress, Notifications
-
February 25, 2015 at 07:27 #47549mitchcanParticipant
Hi,
I am getting the following error in BuddyPress on my /members/username/notifications/ page:
Fatal error: Call to undefined function bp_notifications_bulk_management_dropdown() in /URL…/wp-content/themes/kleo/buddypress/members/single/notifications/notifications-loop.php on line 31
Line 31 is: <?php bp_notifications_bulk_management_dropdown(); ?>
ALL plugins off except for BuddyPress, VC, K-Elements.
This error does NOT display when I change from the Kleo theme to another theme.
I am using:
WP 4.1.1
BP 2.1.1
Kleo 2.4.1Thanks for any help you can give to resolve.
February 25, 2015 at 15:22 #47573sharmstrModeratorI’ll let abe know. The bulk management dropdown wasn’t available until BP 2.2. Any reason why you dont want to update?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 25, 2015 at 18:31 #47601mitchcanParticipantValid question. I do want to update, it’s just that a plugin that we deemed important to what we are doing – ‘BP Activity Privacy’ – seems to be broken in BP 2.2+. We’re hoping for a timely fix, but we needed to keep it working on one site as we determined what our options were.
If it’s trouble to resolve, I can hide it as we work to figure out our next move and get to 2.2+. I’m not looking to create unnecessary work. 🙂
February 25, 2015 at 18:43 #47604sharmstrModeratorAhhhh. Got it. I think abe will want to put the change in the next update to make Kleo backward compatible. I know he put some code in 2.4.1 for backward compatibility.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 25, 2015 at 18:49 #47606mitchcanParticipantYeah, 2.4.1 fixed a number of backward compatibility conflicts with BP 2.1.1, good update. This issue must have just been overlooked. If I see anything else, I’ll pass it along for his next update.
Thanks!
February 25, 2015 at 19:02 #47609sharmstrModeratorCool. Add it here since I’ve assigned this to abe
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 10, 2015 at 15:50 #49483AbeKeymasterHello, fixed this for the next update. Until then you can replace this file content /wp-content/themes/kleo/buddypress/members/single/notifications/notifications-loop.php with the content from the attached file.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Attachments:
You must be logged in to view attached files.March 11, 2015 at 11:11 #49664mitchcanParticipantHello Abe,
This code has resolved that error. Thank you.
BUT, I have another error that I am not sure if its related:
“GET //URL/wp-admin/admin-ajax.php?action=kleo_bp_notifications_refresh¤t= net::ERR_INSUFFICIENT_RESOURCES”
I only ask if its related because it also references something to do with bp notifications.
It sends my js errors numbers crazy in console, and ultimately throws the site into a 500 server error.
If it’s not related, do know what might be causing it?
Thanks!
March 11, 2015 at 19:33 #49765AbeKeymasterMaybe you have modified the timeout of the notifications requests that are sent. the setting is in WP admin – Theme options- Buddypress and the default value is 20000
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 11, 2015 at 19:41 #49769mitchcanParticipantOh, I have, good call. I was simply looking to make the requests fewer in number, so I increased the value to 60000. I (maybe mistakenly) thought this would mean fewer requests and better site performance? Would that matter?
I will change that back to 20000 and see if it resolves. Thanks for the guidance.
March 11, 2015 at 19:42 #49770AbeKeymaster20000 is 20 seconds since it is expressed in miliseconds. So 60000 would mean 60 seconds
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 11, 2015 at 19:47 #49771mitchcanParticipantRight, so I thought that meant a greater delay in the time that it looked for updates (60 seconds vs. 20 seconds) which I thought would be a good thing. Serves me right for thinking, always gets me in trouble. 🙂
I must have misunderstood this setting, thinking it was the time between checking for updates – not the length until a timeout. It’s my fault, I’ll change it back to default. Thanks again!
March 11, 2015 at 19:49 #49772AbeKeymasterMaybe I explained it a bit complicated but is exactly how you say, it is the time between the requests that checks the notifications.
Put a link to your site along with a demo user to check if you have some sort of Javascript problems.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 11, 2015 at 20:03 #49776mitchcanParticipantHmmm. I have changed the setting back to default; updated to BP 2.2.1; removed the multitheme plugin; set Kleo as default theme — and the error remains. I will submit some site login info…
March 13, 2015 at 18:22 #50044AbeKeymasterI went to your /register page but don’t see errors
Try to disable some plugins you are using and may cause this
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 13, 2015 at 20:59 #50061mitchcanParticipantIt was actually on the /membership-account/membership-levels/ page, not the register page.
Still, it was indeed a plugin issue. But funny enough, it wasn’t that I had too many, it was that I didn’t have ones Active for that page. Without BuddyPress and the bp-custom plugins active, that generated the errors. When I went through to look at deactivating some, I tested with those on and it works.
Thanks for thinking through this with me.
April 14, 2015 at 23:35 #54465gregkamphuis@hotmail.comParticipant@mitchcan I have the exact issue you describe, although it happens on every page of my site, any advice with what you found out would be hugely appreciated!
April 15, 2015 at 01:48 #54494mitchcanParticipant@gregkamphuis@hotmail.com
Hmmm, I tried so many fixes, I’m not sure if I recall the exact one that worked. 🙂
If I’m not mistaken, my issue ultimately had something to do with using “Live Notifications” and my specific plugin stack. I have removed that feature from my menus, made also sure that BP was active on any pages that had BP-related menu items, and I haven’t seen a reoccurrence of the issue.
If I think of anything else, I’ll jump back in, but hope that helps trigger some options for you.
Good luck.
April 15, 2015 at 18:30 #54642gregkamphuis@hotmail.comParticipantOh man, you saved my life, the problem was have VC elements that called for BP menu items that weren’t active, wow, I spent over week trying to figure this out, and was near the point of giving up, thank you so much @mithccan
-
AuthorPosts
The topic ‘BuddyPress Profile notifications tab throwing error’ is closed to new replies.