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).
CommentFileSizeAuthor
#1 1061026.patch1.17 KBhimerus

Comments

himerus’s picture

Status: Active » Needs review
StatusFileSize
new1.17 KB

Okay, 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.

joostvdl’s picture

Patch #1 works.

himerus’s picture

Status: Needs review » Fixed

Marking this as fixed.

This has been committed to the beta2 release, being packaged now.
Please update to beta2 and verify everything works as expected.

joostvdl’s picture

Beta 2 works

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.