Warning: strtr() expects parameter 1 to be string, array given in admin_menu_tree() (line 27 of .../admin_menu.inc).
the menu item in question is a fieldable panels pane edit link that has an array instead of a string under data[parent]
This is the commit where the regression occurred.
2147ac0709d4a86b9abc0a516e0e86087b2b04a2 is the first bad commit
commit 2147ac0709d4a86b9abc0a516e0e86087b2b04a2
Author: Dave Reid
Date: Sun Sep 8 00:24:32 2013 -0500
Issue #2084217: Fixed field_ui_admin_menu_map() to work for all fieldable entity types.
:100644 100644 72a89602a91bce9084c5e3aaeb140f8c3e2f2327 117ce07c86dfec7d5dd228d97df3a84e077d477d M admin_menu.map.inc
Comments
Comment #1
sdstyles commentedHi, this issue is not related to admin_menu, I assume you use Fieldable Panels Panes module in your project, see this comments https://www.drupal.org/node/2146479
Upgrade FPP module to dev version or apply the patch.
Comment #2
dave reidMarking as a duplicate of #2146479: Conflict with Administration menu
Comment #3
mcfilms commentedSorry to re-open this, but this error is still occurring if one uses the Admin Menu and the Flags module.
Although the developer of Fieldable Panels Panes was able to solve the issue of changes to Admin Menu impacting his module and causing an error, the developer of Flags was not able to do the same. I don't have it in my skill set to turn off the mapping for the individual fields in the Flag module and fix the conflict myself. So I am re-opening this issue to see if there is anything that can be done within the Admin Module to either a.) support the older style of field mapping used by flags or b.) help the developer of the Flags module to patch his module or c.) tell users how they might "roll back" Admin Menu to a version (2.x??) that is compatible with the Flags module.
Thanks in advance for any advice or guidance you may offer.
Comment #4
gagarine commentedThis was fixed in flag new release #2397047: Update Flag module to support new hook_admin_menu_map() changes in Admin Menu 7.x-3.0-rc5 onwards