I just deployed from Git (so I could write patches better), and I get:

Update #7201

Failed: PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'config' in 'field list': UPDATE {password_policy} SET config=:db_update_placeholder_0 WHERE (name = :db_condition_placeholder_0) ; Array ( [:db_update_placeholder_0] => b:0; [:db_condition_placeholder_0] => Basic ) in drupal_write_record() (line 7308 of C:\wamp\www\Core7\includes\common.inc).

Comments

NancyDru’s picture

And

PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'hid' in 'order clause': SELECT p.uid AS uid, p.pass AS pass, p.created AS created FROM {password_policy_history} p WHERE (p.uid IN (:db_condition_placeholder_0)) ORDER BY hid DESC; Array ( [:db_condition_placeholder_0] => 1 ) in password_policy_user_load() (line 371 of C:\wamp\www\Core7\sites\captservices.edc.org\modules\contrib\password_policy\password_policy.module).

AohRveTPV’s picture

Is it possible you updated from a 7.x.1-x release to the 7.x-2.x branch?

Currently there is no update code for migrating from 1.x to 2.x: #2027019: Upgrade from 7.x-1.x to 7.x-2.x not possible. So it is necessary to re-install to update from 1.x to 2.x.

NancyDru’s picture

My mistake. I thought I was already on 7.x-2.0

NancyDru’s picture

Status: Active » Closed (works as designed)