Since I have upgraded bootstrap 3.15 to 3.16 my site is causing lots of errors in views.
Notice: Undefined index: attributes in context_preprocess_menu_link() (Zeile 247 von sites/all/modules/context/context.module).
Warning: in_array() expects parameter 2 to be array, null given in context_preprocess_menu_link() (Zeile 247 von sites/all/modules/context/context.module).
As a quick workaround I downgraded page.vars.php to bootstrap 3.15 and the errors are gone. The errors point to context, but seems caused by a change in bootstrap.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 2934821-7.patch | 1.34 KB | markhalliwell |
Comments
Comment #2
hass commentedComment #3
hass commentedRolled back the changes in page.vars.php made in 3.16 and the issue disapeared with the file from 3.15.
Comment #4
hass commentedComment #5
markhalliwellTurns out that the patch provided used
menu_tree_all_data, notmenu_tree_page_data, which is whatmenu_treeuses (the code that got replaced).Comment #6
markhalliwellBetter title
Comment #7
markhalliwell