Notice: Undefined index: q in om_body_node_classes() (line 68 of /home1/greatgr2/public_html/d8-0503/sites/all/themes/om/core/inc/deprecated.inc).
Notice: Trying to get property of non-object in om_get_ie_styles() (line 138 of /home1/greatgr2/public_html/d8-0503/sites/all/themes/om/core/inc/om_utils.inc).

===

I tried 'Run cron', and 'Clear all caches' first, but
the solution was [drupal-8-root]/update.php

The above Error had displayed for each of the 3 themes below.

- OM Base Theme 8.x-2.x-dev
- OM HTML5 Subtheme 8.x-2.x-dev
- OM Admin Theme 8.x-2.x-dev

===

Note aside: The OM Admin Theme 'Jump to top/bottom' sliding gizmo is
: o )

Comments

christopher james francis rodgers’s picture

Title: [Solved] Notice: Undefined index: q in om_body_node_classes() » Notice: Undefined index: q in om_body_node_classes()
Status: Fixed » Active

Darn. Its back, but goes away again after I visit 'update.php',
and the "Notice" does not display on the first page following the 'update.php' run,
but shows again whenever I go to a second or third page.

bkhandruk’s picture

Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new379 bytes

Fixed notice #2 by using language manager to get current language instead of using global $language, like it says in documentation.