Skip to:
Content

BuddyPress.org

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#7323 closed defect (bug) (fixed)

2.7.1: Call to undefined function bp_core_delete_notifications_by_type()

Reported by: venutius's profile Venutius Owned by:
Milestone: 2.7.2 Priority: normal
Severity: normal Version: 2.7.1
Component: Core 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
8 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
8 years ago

In 11232:

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

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

#3 @johnjamesjacoby
8 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.


8 years ago

#5 @slaFFik
8 years ago

  • Milestone changed from Awaiting Review to 2.7.2
  • Resolution set to fixed
  • Status changed from new to closed

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

#6 @slaFFik
8 years ago

  • Summary changed from 2.7.1 broke my site to Call to undefined function bp_core_delete_notifications_by_type()

#7 @slaFFik
8 years ago

  • Summary changed from Call to undefined function bp_core_delete_notifications_by_type() to 2.7.1: Call to undefined function bp_core_delete_notifications_by_type()
  • Version set to 2.7.1
Note: See TracTickets for help on using tickets.