Closed (fixed)
Project:
Administration menu
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2013 at 09:33 UTC
Updated:
26 Aug 2018 at 22:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
giorgoskpossibly related #1997386: Notice: Undefined index: name in admin_menu_theme_settings() (line 708 of /.../sites/all/modules/admin_menu/admin_menu.inc).
Comment #2
giorgoskit turns out that this is related to util module (https://drupal.org/project/util)
I have done a drupal 6 > drupal 7 upgrade which included the util module (module weight submodule) but this module is not needed anymore
disabling the util / module_weight modules solves the problem
this is the relevant code that gives the NOTICE
Comment #3
giorgoskComment #4
nancydruYes, that line has
.=but description field does not exist. Just removing the dot would fix it.Comment #5
nancydruBTW, the test should actually be for "admin_page_fieldsets" not "util."
Comment #6
deanflory commentedFor anyone using D7, the Module Weight submodule does not show up on the Modules page and is not included in the D7 version.
Comment #7
nancydruThat is correct; that submodule is for 6.x only. However, the
admin_page_fieldsetssubmodule does run on 7.x and is unnecessary if you use the admin menu tweak (except in an overlay).Comment #8
renatog commented#4 really makes sense.
Works good!
Thank you very much for contributing.
Comment #10
renatog commentedComment #11
Anonymous (not verified) commentedI just want to note that the commit related to this issue contains the .orig backup file and should probably be cleaned up before release.
Happy to see development on this module active again and looking forward to being able to run a tagged release again!
Comment #13
truls1502@Brian Altenhofel - thank you for eye open. I have removed the .orig file.