After enabling the module, the following error occuring at theme setting pages. (i.e. under admin/build/themes/settings)

Notice: Undefined offset: 5 in _menu_translate() (line 576 of C:\xampp\htdocs\drupal\includes\menu.inc).

Comments

sreynen’s picture

Status: Active » Postponed (maintainer needs more info)

@ycwjjjj, can you try applying the patch in #880198: PHP notices? I think that probably fixes this problem, but I haven't had a chance to test it yet.

sreynen’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

Pretty sure this is a duplicate of #880198: PHP notices, which is fixed now.

sun’s picture

Component: Code » Code (general)
sreynen’s picture

After wasting a lot of time reading #676010: diff_menu() issue - undefined offset in includes/menu.inc on line 576 function _menu_translate(), I'm pretty sure #880198: PHP notices has better details on how to fix this in our module, where it already fixed it 2 years ago.