The menu editing screen shows the following:
Warning: Parameter 2 to menu_edit_menu() expected to be a reference, value given in _simplified_menu_admin_add_form() (line 174 of ..../sites/all/modules/simplified_menu_admin/simplified_menu_admin.module).
Warning: implode() [function.implode]: Invalid arguments passed in form_builder() (line 1714 of ..../includes/form.inc).
and menu items are not showing up. I don't have any other menu modules.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | menu-edit-menu-reference-1180558-1.patch | 803 bytes | David_Rothstein |
Comments
Comment #1
David_Rothstein commentedHm, this sounds like a PHP 5.3 problem (I guess that's what you're running?). I wrote this against PHP 5.2 and we've been running it OK there.
Does the attached patch fix it?
Comment #2
julia_g commentedThis does the trick, thank you, should have thought of this myself.
Comment #3
David_Rothstein commentedThanks, committed: http://drupalcode.org/project/simplified_menu_admin.git/commit/35e2213
I'll also put out a new release of the module (beta2) today, since it seems like this was a serious bug for people using PHP 5.3.