sammy541
Forum Replies Created
-
Forum: Plugins
In reply to: [Adminimize] FehlermeldungI just created a pull request on github to fix the error.
Forum: Plugins
In reply to: [Adminimize] FehlermeldungToday I tried to switch to php 8.0 (the above warning was from php 7.4). And now I get an error (even if wpSEO is not active):
PHP Fatal error: Uncaught TypeError: strip_tags(): Argument #1 ($string) must be of type string, array given in wp-content/plugins/adminimize/inc-setup/dashboard.php:161
Stack trace:
#0 wp-content/plugins/adminimize/inc-setup/dashboard.php(161): strip_tags()
#1 wp-content/plugins/adminimize/inc-setup/dashboard.php(36): _mw_adminimize_get_dashboard_widgets()Forum: Plugins
In reply to: [Adminimize] FehlermeldungHi,
I had the same problem: when opening the dashboard I got the following error messages:Warning: strip_tags() expects parameter 1 to be string, array given in plugins/adminimize/inc-setup/dashboard.php on line 161 Warning: strip_tags() expects parameter 1 to be string, array given in plugins/adminimize/inc-setup/dashboard.php on line 161 Warning: Cannot modify header information - headers already sent by (output started at plugins/adminimize/inc-setup/dashboard.php:161) in wp-admin/admin-header.php on line 9Thanks to Andreas’ tip I could solve the problem without deactivating wpSEO:
Go to the wpSEO settings: Monitor -> “Show wpSEO Status on Dashboard”: disable checkbox and save settings
Then everything works fine!