I have a Commerce Kickstart site that I am updating.

I am using version Commerce Kickstart 7.x-2.6, which I thought updated itself from within the admin area but it is not.

So I am looking for the latest version of Commerce Kickstart at https://drupal.org/node/1079066/release, one that includes the drupal core, but am confused by the version numbers and need advice how to get from 7.x-2.6 to the latest.

When I check for available updates I get this:

Notice: Undefined index: recommended in commerce_kickstart_update_status_alter() (line 198 of ….../profiles/commerce_kickstart/commerce_kickstart.profile).
Notice: Undefined index: releases in commerce_kickstart_update_status_alter() (line 198 of ….../profiles/commerce_kickstart/commerce_kickstart.profile).

These need updating:
Contact form blocks 7.x-1.x-dev to 7.x-1.x-dev
Metatag 7.x-1.0-beta7 to 7.x-1.0-beta9
Video Embed Field 7.x-2.0-beta5 to 7.x-2.0-beta7
Omega Kickstart (Theme) 7.x-3.0-rc2 to 7.x-3.4

Manual updates required
Drupal core 7.22 to 7.26 (Release notes)

Comments

candi’s picture

Issue summary: View changes
domineaux’s picture

candi’s picture

Thank you. I will try that one.

candi’s picture

Title: Confusion about latest version » Errors after update
Version: 7.x-2.6 » 7.x-2.12
Component: Documentation » Miscellaneous
Issue tags: +errors

I updated using the link above for 7.x-2.12.

Did you get this error after running /update.php? If so how did you fix?

The following updates returned messages

commerce_kickstart module

Update #7214
Failed: PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'base.owner' in 'field list': SELECT base.id AS id, base.name AS name, base.label AS label, base.plugin AS plugin, base.active AS active, base.weight AS weight, base.status AS status, base.dirty AS dirty, base.module AS module, base.owner AS owner, base.access_exposed AS access_exposed, base.data AS data FROM {rules_config} base WHERE (base.plugin IN (:db_condition_placeholder_0, :db_condition_placeholder_1, :db_condition_placeholder_2, :db_condition_placeholder_3, :db_condition_placeholder_4)) AND (base.access_exposed = :db_condition_placeholder_5) ; Array ( [:db_condition_placeholder_0] => or [:db_condition_placeholder_1] => and [:db_condition_placeholder_2] => action set [:db_condition_placeholder_3] => rule [:db_condition_placeholder_4] => rule set [:db_condition_placeholder_5] => 1 ) in EntityAPIController->query() (line 187 of public_html/sitename/profiles/commerce_kickstart/modules/contrib/entity/includes/entity.controller.inc).

When I go to the admin area and check for available updates, it says these need to be updated:
Contact form blocks 7.x-1.x-dev 7.x-1.x-dev
Metatag 7.x-1.0-beta7 7.x-1.0-beta9
Video Embed Field 7.x-2.0-beta5 7.x-2.0-beta7
Omega Kickstart (Theme) 7.x-3.0-rc2 7.x-3.4
Shiny (Administration theme) (Theme) 7.x-1.1 7.x-1.4

Is there a chance the error will resolve after updating these?

bojanz’s picture

Status: Active » Fixed

Kickstart is updated as a whole, as noted in the install & upgrade instructions linked on the project page.
You never update individual modules. By doing so you seem to have damaged your install, as evidenced by the error.

Status: Fixed » Closed (fixed)

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