I am working to export Features in customized Commerce Kickstart 2 installation, but keep getting this error message:

Notice: Trying to get property of non-object in commerce_kickstart_taxonomy_views_default_views_alter() (line 208 of /.../profiles/commerce_kickstart/modules/commerce_kickstart/commerce_kickstart_taxonomy/includes/views/commerce_kickstart_taxonomy.views_default.inc).

Line 208 is "if(!is_array...

function commerce_kickstart_taxonomy_views_default_views_alter(&$views) {
  $install_demo_store = variable_get('commerce_kickstart_demo_store', FALSE);
  if (empty($install_demo_store)) {
    $view = &$views['collection_products'];
    $page_handler = &$view->display['page']->handler;
    $default_handler = &$view->display['default']->handler;

    if (!is_array($page_handler->display->display_options['fields'])) {
      return;
    }

I have not touched any of the Kickstart code in the profiles directory. Not sure what is raising this, but the error msg is repeated multiple times over.

Comments

keb805 created an issue. See original summary.

rszrama’s picture

Status: Active » Closed (outdated)

Commerce Kickstart 2.x is in minimal maintenance mode. Closing out all outdated tickets now to maintain focus on Commerce Kickstart 3.x.