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
Describe the bug
There has been a critical error on this website.
PHP error message:
TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, first array member is not a valid class name or object in
To Reproduce
Steps to reproduce the behavior:
Install Multisite with PHP 8+
Download the latest Total Upkeep and network activate
Go to any admin page and it is erroring out
Expected behavior
Should not error out
Additional context
This has happened on a Bitnami / AWS Lightsail stack. (PHP 8.1.13)
This also happens on a local DevKisnta Stack (PHP 8)
From my own investigation so far, this code failed to instantiate
Describe the bug
There has been a critical error on this website.
PHP error message:
TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, first array member is not a valid class name or object in
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should not error out
Additional context
This has happened on a Bitnami / AWS Lightsail stack. (PHP 8.1.13)
This also happens on a local DevKisnta Stack (PHP 8)
From my own investigation so far, this code failed to instantiate
`
boldgrid-backup\admin\class-boldgrid-backup-admin-core.php
`
because is_active() returns false.
Upon checking further,
get_option( 'active_plugins', array() ) doesn't return the plugin in the list.
update: from my research, ^ call may not be supported correctly on multisite.
https://wordpress.stackexchange.com/questions/298241/how-do-i-get-slug-of-all-active-plugins-programmatically#answer-298243
The text was updated successfully, but these errors were encountered: