Upgrading 5.4.2.2 to 5.5.2.1 fails

Permalink
I was trying to upgrade my production server, and the upgrade said it succeeded, but then I got this message for any page I tried to hit.

mysql error: [1054: Unknown column 'Pages.cIsActive' in 'field list'] in EXECUTE("select Pages.cID, Pages.pkgID, Pages.cPointerID, Pages.cPointerExternalLink, Pages.cIsActive, Pages.cIsSystemPage, Pages.cPointerExternalLinkNewWindow, Pages.cFilename, Collections.cDateAdded, Pages.cDisplayOrder, Collections.cDateModified, cInheritPermissionsFromCID, cInheritPermissionsFrom, cOverrideTemplatePermissions, cPendingAction, cPendingActionUID, cPendingActionTargetCID, cPendingActionDatetime, cCheckedOutUID, cIsTemplate, uID, cPath, Pages.ctID, ctHandle, ctIcon, ptID, cParentID, cChildren, ctName, cCacheFullPageContent, cCacheFullPageContentOverrideLifetime, cCacheFullPageContentLifetimeCustom from Pages inner join Collections on Pages.cID = Collections.cID left join PageTypes on (PageTypes.ctID = Pages.ctID) left join PagePaths on (Pages.cID = PagePaths.cID and PagePaths.ppIsCanonical = 1) where Pages.cID = 1")

So I did a fresh install of 5.4.2.2 on my local machine, and ran the update to 5.5.2.1 on that and I got the same error. Just wanted to put that out there.

 
warrenz replied on at Permalink Reply
warrenz
I had this same problem upgrading because one of my pages was still in edit mode.

Looks like your home page in this case "where Pages.cID = 1"

Try publishing or approving those edits and give it another swing.