Hi again,
I was finally able to switch on the debug.log and I got several entries of this info:
[21-Nov-2022 11:54:32 UTC] PHP Fatal error: Uncaught TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, function " wpmu_remove_credits_submenu" not found or invalid function name in /is/htdocs/wp13147591_U2WMGWL0K1/html/domainxxx/wordpress/wp-includes/class-wp-hook.php:308
Stack trace:
#0 /is/htdocs/wp13147591_U2WMGWL0K1/html/domainxxx/wordpress/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array)
#1 /is/htdocs/wp13147591_U2WMGWL0K1/html/domainxxx/wordpress/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#2 /is/htdocs/wp13147591_U2WMGWL0K1/html/domainxxx/wordpress/wp-includes/admin-bar.php(102): do_action('wp_before_admin...')
#3 /is/htdocs/wp13147591_U2WMGWL0K1/html/domainxxx/wordpress/wp-includes/class-wp-hook.php(308): wp_admin_bar_render('')
#4 /is/htdocs/wp13147591_U2WMGWL0K1/html/domainxxx/wordpress/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters('', Array)
#5 /is/htdocs/wp13147591_U2WMGWL0K1/html/domainxxx/wordpress/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#6 /is/htdocs/wp13147591_U2WMGWL0K1/html/domainxxx/wordpress/wp-admin/admin-header.php(267): do_action('in_admin_header')
#7 /is/htdocs/wp13147591_U2WMGWL0K1/html/domainxxx/wordpress/wp-admin/index.php(137): require_once('/is/htdocs/wp13...')
#8 {main}
thrown in /is/htdocs/wp13147591_U2WMGWL0K1/html/domainxxx/wordpress/wp-includes/class-wp-hook.php on line 308
I take it that the “wpmu_remove_credits_submenu” somehow comes from your plugin, right? (I suspect this, because the plugin also creates a “mu-plugins” folder which contains the file wp-hide-loader.php => so “mu” stands for your plugin..)
The server has recently been upgraded from PHP 7.4 to 8.0 (or 8.1) – there is no possibility to switch back to 7.4, since the hosting provider completely switched php 7.4 off.
So – how do I get rid of that function “wpmu_remove_credits_submenu” which creates the fatal PHP error and causes me not to access my dashboard…
Thanks for any help!
Astrid