I get this message on checking for module updates

Notice: Undefined index: recommended in commerce_kickstart_update_status_alter() (regel 198 van /var/www/vhosts/xxx/httpdocs/profiles/commerce_kickstart/commerce_kickstart.profile).
Notice: Undefined index: releases in commerce_kickstart_update_status_alter() (regel 198 van /var/www/vhosts/xxx/httpdocs/profiles/commerce_kickstart/commerce_kickstart.profile).

Line 194 - 201

   // Hide bad releases (insecure, revoked, unsupported) if they are younger
    // than two days (giving Kickstart time to prepare an update).
    elseif (isset($project_info['status']) && in_array($project_info['status'], $bad_statuses)) {
      $two_days_ago = strtotime('2 days ago');
      if ($project_info['releases'][$project_info['recommended']]['date'] < $two_days_ago) {
        unset($projects[$project_name]);
      }
    }

I suspect that it has something to do with translating a message.
on a Drupal commerce ( non kickstart ) i get the message in plain language text

( i know i use a unsupported payment module )

There was a problem checking available updates for Drupal. See the available updates page for more information and to install your missing updates.
The installed version of at least one of your modules or themes is no longer supported. Upgrading or disabling is strongly recommended. See the project homepage for more details. See the available updates page for more information and to install your missing updates.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jsacksick’s picture

Status: Active » Fixed
FileSize
2.37 KB

A fix has been committed to dev, thanks for the report. See https://code.drupalcommerce.org/#/c/696/

martin74’s picture

tnx, ill check and report tonight ( cet )

martin74’s picture

Great work!

applied patch and confirmed

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

More info given

odw_calvin’s picture

Worked for me too! Thx

gmopinillosv’s picture

Hello there, If this patch fix this issue, could somebody direction me how install that patch? I will not have problems installing this patch?. Thanks in advance.