Postponed (maintainer needs more info)
Project:
Menu Tag
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2012 at 19:10 UTC
Updated:
1 Mar 2013 at 22:56 UTC
When tagging a new menu item I came across this nasty error:
Fatal error: Call to undefined function menu_tag_menu_item_form_submit() in /home/account/public_html/drupal/includes/form.inc on line 1460
So, going to see if uninstalling and reinstalling helps, or I may just keep in uninstalled and go on with my life. ;)
Comments
Comment #1
pivica commentedThanks for bug report, and going with your life is always important thing :)
But if you by chance have some free time and will please test new dev version - i just commit a fix which should fix your problem.
Comment #2
deanflory commentedI was able to add a menu tag to a menu item in a menu item edit form without the error.
I was able to add a menu tag to a menu item in the menu edit form without the error.
Haven't yet tested to see if it all works but THANKS! Now to go back and shift tons of menu items from individual menus into the main menu structure and switch to using Menu Tag as it clearly has significant purpose and a place in Drupal moving forward.
Comment #3
deanflory commentedI was doing fine on a number of items without error, but then when trying to alter the location of a menu item to get it to show up under my "Home" (/) menu item I got this and when going back and trying to instead put it under the panel page I have functioning as "Home" (/home) I got the same thing:
Fatal error: Call to undefined function menu_tag_menu_item_form_submit() in /home/account/public_html/drupal/includes/form.inc on line 1460
PathInfo: admin/structure/menu/item/9773/edit is served by menu_edit_item (form definition), implemented by menu in /home/account/public_html/drupal/modules/menu/menu.admin.inc at line 258 with complex arguments
... (Array, 3 elements)
Krumo version 0.2.1a | http://krumo.sourceforge.net Called from /home/account/public_html/drupal/sites/all/modules/pathinfo/pathinfo.theme.inc, line 126
Hmmmmmmrmm...
Going to try flushing cache a few times and see if it's something on my end as I didn't yet since running the update.
Comment #4
pivica commentedLooked at code again, and this shouldn't happening now, hmmm...
If you are still having this error can you post exact steps how you are getting this fatal error so I can reproduce this on clean drupal7 installation?
Comment #5
deanflory commentedNope. After flushing cache twice, the WSOD and error description happened again. When returning to the menu item edit page, the settings are indeed set, so it must be something after the data is written...
Comment #6
pivica commentedOK can you reproduce bug on clean Drupal install and then send me steps how to reproduce bug?
Comment #7
pivica commented