Warning: Array to string conversion
-
Howdy!
Great plugin!
But: After installing another popular plugin (Da Reactions) two warnings show at the top of every WordPress backend page… which is quite disturbing… (The plugins seems to work fine though.)
#1:
Warning: Array to string conversion in /…/wp-content/plugins/admin-menu-editor/includes/menu-item.php on line 54
Line 54:
'page_title' => (isset($item[3]) ? strval($item[3]) : ''),
#2:
Warning: Undefined array key “page” in /…/wp-content/plugins/da-reactions/classes/DaReactions/Admin.php on line 310
Line 310:
'screen_name' => filter_var( $_GET["page"],
I’m not capable to see the problem… But maybe the warnings are related? Could you maybe tell me how to fix it?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Warning: Array to string conversion’ is closed to new replies.