Installing Omega with a subtheme results in the folowing errors:
Notice: Undefined index: menu_data in include() (regel 178 van /customer/www/web119/web/sites/all/themes/omega/omega/preprocess/preprocess-page.inc).
Also it's missing: sites/all/themes/omega/omega/js/debug_blocks.js
Warning: file_get_contents(sites/all/themes/omega/omega/js/debug_blocks.js) [function.file-get-contents]: failed to open stream: No such file or directory in _locale_parse_js_file() (regel 1303 van /customer/www/web119/web/includes/locale.inc).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1061026.patch | 1.17 KB | himerus |
Comments
Comment #1
himerus commentedOkay, the first issue is also solved (via patch) here: #1060732: Fix E_NOTICE errors
The attached patch solves both the menu_data notice warning, and the JS issue... I'm kind of perplexed there... there isn't any JS now handling those custom placeholder blocks (they can be disabled via theme settings) So that was just a leftover call to the functionality I think. Removing the include in preprocess-page.inc should solve it.
Comment #2
joostvdl commentedPatch #1 works.
Comment #3
himerus commentedMarking this as fixed.
This has been committed to the beta2 release, being packaged now.
Please update to beta2 and verify everything works as expected.
Comment #4
joostvdl commentedBeta 2 works