Tried to upgrade from beta 5 version to to the latest and I get a slew of errors like this. Thoughts?

Notice: Undefined index: spacing in H:\wamp\www\assumptiongrad_drupal\sites\all\themes\omega\template.php on line 159

Notice: Undefined index: spacing in H:\wamp\www\assumptiongrad_drupal\sites\all\themes\omega\template.php on line 159

Notice: Undefined index: preface_wrapper_grids in H:\wamp\www\assumptiongrad_drupal\sites\all\themes\omega\preprocess\preprocess-page.inc on line 94

Notice: Undefined index: spacing in H:\wamp\www\assumptiongrad_drupal\sites\all\themes\omega\template.php on line 219

Notice: Undefined index: spacing in H:\wamp\www\assumptiongrad_drupal\sites\all\themes\omega\template.php on line 219

Notice: Undefined index: primary in H:\wamp\www\assumptiongrad_drupal\sites\all\themes\omega\template.php on line 201

Notice: Undefined index: primary in H:\wamp\www\assumptiongrad_drupal\sites\all\themes\omega\template.php on line 202

Notice: Undefined index: spacing in H:\wamp\www\assumptiongrad_drupal\sites\all\themes\omega\template.php on line 219

Notice: Undefined index: postscript_container_width in H:\wamp\www\assumptiongrad_drupal\sites\all\themes\omega\preprocess\preprocess-page.inc on line 320

Notice: Undefined index: spacing in H:\wamp\www\assumptiongrad_drupal\sites\all\themes\omega\template.php on line 159

Notice: Undefined index: spacing in H:\wamp\www\assumptiongrad_drupal\sites\all\themes\omega\template.php on line 159

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

himerus’s picture

hrm... I'm not sure what changes between Beta 5 and 11 would have immediately caused this.

Have you flushed all caches, including theme registry, and visited the theme settings form and ensured everything is set properly and save that again?

himerus’s picture

Any update here Greg??! (hello from Copenhagen!!)

rfay’s picture

Title: update issues. » Numerous warnings with current 6.x
Version: 6.x-1.0-beta11 » 6.x-1.x-dev

Lots of warnings on every page when Omega is enabled and using a dev version of Drupal 6 (with E_NOTICE enabled). These should be cleaned up.

    * notice: Undefined index: base theme in /home/rfay/workspace/d6git/modules/system/system.module on line 942.
    * notice: Undefined property: stdClass::$base_theme in /home/rfay/workspace/d6git/sites/all/themes/omega/template.php on line 27.
    * notice: Undefined index: spacing in /home/rfay/workspace/d6git/sites/all/themes/omega/template.php on line 140.
    * notice: Undefined index: spacing in /home/rfay/workspace/d6git/sites/all/themes/omega/template.php on line 140.
    * notice: Undefined index: preface_wrapper_grids in /home/rfay/workspace/d6git/sites/all/themes/omega/preprocess/preprocess-page.inc on line 94.
    * notice: Undefined index: spacing in /home/rfay/workspace/d6git/sites/all/themes/omega/template.php on line 200.
    * notice: Undefined index: primary in /home/rfay/workspace/d6git/sites/all/themes/omega/template.php on line 182.
    * notice: Undefined index: primary in /home/rfay/workspace/d6git/sites/all/themes/omega/template.php on line 183.
    * notice: Undefined index: spacing in /home/rfay/workspace/d6git/sites/all/themes/omega/template.php on line 200.
    * notice: Undefined index: spacing in /home/rfay/workspace/d6git/sites/all/themes/omega/template.php on line 200.
    * notice: Undefined index: postscript_container_width in /home/rfay/workspace/d6git/sites/all/themes/omega/preprocess/preprocess-page.inc on line 320.
    * notice: Undefined index: spacing in /home/rfay/workspace/d6git/sites/all/themes/omega/template.php on line 140.
    * notice: Undefined index: spacing in /home/rfay/workspace/d6git/sites/all/themes/omega/template.php on line 140.
    * notice: Undefined variable: mission in /home/rfay/workspace/d6git/sites/all/themes/omega/page.tpl.php on line 105.
    * notice: Undefined index: omega_fixed_fluid in /home/rfay/workspace/d6git/sites/all/themes/omega/theme-settings.php on line 248.
    * notice: Undefined index: node_info in /home/rfay/workspace/d6git/sites/all/modules/omega_tools/omega_tools.module on line 42.
    * notice: Undefined index: node_info in /home/rfay/workspace/d6git/sites/all/modules/omega_tools/omega_tools.module on line 42.
    * notice: Undefined index: base theme in /home/rfay/workspace/d6git/modules/system/system.module on line 942.
    * notice: Undefined property: stdClass::$base_theme in /home/rfay/workspace/d6git/sites/all/themes/omega/template.php on line 27.
    * notice: Undefined index: base theme in /home/rfay/workspace/d6git/modules/system/system.module on line 942.
    * notice: Undefined property: stdClass::$base_theme in /home/rfay/workspace/d6git/sites/all/themes/omega/template.php on line 27.
    * notice: Undefined index: base theme in /home/rfay/workspace/d6git/modules/system/system.module on line 942.
    * notice: Undefined property: stdClass::$base_theme in /home/rfay/workspace/d6git/sites/all/themes/omega/template.php on line 27.
    * notice: Undefined index: base theme in /home/rfay/workspace/d6git/modules/system/system.module on line 942.
    * notice: Undefined property: stdClass::$base_theme in /home/rfay/workspace/d6git/sites/all/themes/omega/template.php on line 27.

rfay’s picture

Title: Numerous warnings with current 6.x » Clean up E_NOTICE warnings
rfay’s picture

Status: Active » Needs review
FileSize
3.96 KB

I think this patch resolves those issues. There are a couple of assignments there that will now happen that would not have before, so should look at those carefully (changed from $settings to $vars). For a long time, those were just errors.

rfay’s picture

Oops - found one more in the page.tpl.php of the starterkit.

himerus’s picture

Thank you for this.... I will test the patch here shortly.

These issues were resolved in D7 as the default setting was to display E_NOTICE warnings by default.
If this works on my sandbox with E_NOTICE enabled, and can verify it didn't adversely effect anything else, we'll be good, and I'll push this.

himerus’s picture

Status: Needs review » Fixed

Committed and applied to the omega 6.x-1.0 official release.

Status: Fixed » Closed (fixed)

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