Closed (duplicate)
Project:
@font-your-face
Version:
6.x-1.0-beta4
Component:
Code (general)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Aug 2010 at 13:01 UTC
Updated:
10 Apr 2013 at 01:17 UTC
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
Comment #1
sreynen commented@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.
Comment #2
sreynen commentedPretty sure this is a duplicate of #880198: PHP notices, which is fixed now.
Comment #3
sunSee #676010: diff_menu() issue - undefined offset in includes/menu.inc on line 576 function _menu_translate() for details on how to fix this in your module.
Comment #4
sreynen commentedAfter 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.