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 )
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | om-notice_trying_to_get_property_of_non_object-1560188-2.patch | 379 bytes | bkhandruk |
Comments
Comment #1
christopher james francis rodgers commentedDarn. 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.
Comment #2
bkhandruk commentedFixed notice #2 by using language manager to get current language instead of using global $language, like it says in documentation.