Closed (duplicate)
Project:
Password Policy
Version:
7.x-2.0-alpha7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2017 at 18:22 UTC
Updated:
25 Sep 2017 at 20:28 UTC
Jump to comment: Most recent
Comments
Comment #2
aohrvetpv commentedHello. I suspect this error is due to upgrading from the 7.x-1.x branch to 7.x-2.x.
password_policy_expirationis a table that exists in 7.x-1.x but not 7.x-2.x, so you would not be seeing that error unless the site previously had 7.x-1.x installed. Upgrading from 1.x to 2.x does not currently work: #2027019: Upgrade from 7.x-1.x to 7.x-2.x not possible. You'd need to uninstall 7.x-1.x then install 7.x-2.x.So, to rectify this, you could disable, uninstall, and remove 7.x-1.x, then install 7.x-2.0-alpha7.
I think you may have checked out another branch and not actually 7.x-2.x. I double-checked, and password_policy.install in 7.x-2.x-dev is almost the same as password_policy.install in 7.x-2.0-alpha7.
Comment #3
aohrvetpv commentedIf you could, please report back whether doing what I suggested in #2 solves the problem.
Comment #4
aohrvetpv commentedPlease re-open if you still have this problem. As previously explained, I suspect this is due to #2027019: Upgrade from 7.x-1.x to 7.x-2.x not possible.