Skip to:
Content

BuddyPress.org

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#7323 closed defect (bug) (fixed)

2.7.1: Call to undefined function bp_core_delete_notifications_by_type()

Reported by: Venutius Owned by:
Priority: normal Milestone: 2.7.2
Component: Core Version: 2.7.1
Severity: normal Keywords:
Cc:

Description

I'm having issues with 2.7.1. On my test site when updated to 2.7.1 the site completely broke, not showing a full homepage. I downgraded, deactivated all plugins, then upgraded BP, then reactivated all plugins one by one. I was able to activate all plugins and had no problems!

So then I started updating my live sites, the first one I tried again the site collapsed and I got the following error:

Fatal error: Call to undefined function bp_core_delete_notifications_by_type() in /wp-content/plugins/bp-forum-notifier/includes/notifier.php on line 328

Change History (7)

#1 @DJPaul
10 years ago

Hi @Venutius

This was my mistake. I am sorry. We're going to release a fixed version later today.

If 2.7.0 worked for you, you can download that older version from https://wordpress.org/plugins/buddypress/developers/. If it 2.7.0 didn't work for you or you had a similar problem, go back to 2.6.2.

#2 @johnjamesjacoby
10 years ago

In 11232:

Loader: Make sure deprecated code is loaded unless explicitly ignored.

See: #7307, #7323, #7322. For 2.7 branch.

#3 @johnjamesjacoby
10 years ago

In 11233:

Loader: Make sure deprecated code is ignored unless explicitly defined to be included.

Also deprecate the BP_IGNORE_DEPRECATED constant, since this is now an option. (We'll still obey it if it's set later.)

See: #7307, #7323, #7322. For trunk.

This ticket was mentioned in Slack in #buddypress by slaffik. View the logs.


10 years ago

#5 @slaFFik
10 years ago

  • Milestone Awaiting Review2.7.2
  • Resolutionfixed
  • Status newclosed

According to commits and feedback from @Venutius - closing this ticket as fixed.

#6 @slaFFik
10 years ago

  • Summary 2.7.1 broke my siteCall to undefined function bp_core_delete_notifications_by_type()

#7 @slaFFik
10 years ago

  • Summary Call to undefined function bp_core_delete_notifications_by_type()2.7.1: Call to undefined function bp_core_delete_notifications_by_type()
  • Version2.7.1
Note: See TracTickets for help on using tickets.