You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating to BackWPup v5.2.2, sites using the MainWP Child plugin crash due to a fatal error. The crash is caused by a call to a get_instance() method on the BackWPup class, which no longer exists in BackWPup v5.2.2.
This issue does not affect BackWPup v5.2.1. and earlier.
A hotfix is planned.
Steps to Reproduce:
Install or update BackWPup to version 5.2.2.
Activate the MainWP Child plugin.
Reload the site frontend or backend.
Observe a fatal error due to BackWPup::get_instance() being undefined.
Note
If you have a similar issue but the steps to reproduce are different, please open a help ticket for us to review and verify if it's a new issue or part of this one. Thanks!
Reported on: 2025-05-20
Issue confirmed with dev team: 2025-05-20
Resolved: Pending