Upgrade: 5.7.4.2 -> 5.7.5

Permalink
Hi I tried to upgrade my concrete from 5.7.4.2 to new 5.7.5. Following error occurred, I need help, pls:

An exception occurred while executing 'select CollectionVersionBlocks.isOriginal, CollectionVersionBlocks.cbIncludeAll, Blocks.btCachedBlockRecord, BlockTypes.pkgID, CollectionVersionBlocks.cbOverrideAreaPermissions, CollectionVersionBlocks.cbOverrideBlockTypeCacheSettings, CollectionVersionBlocks.cbOverrideBlockTypeContainerSettings, CollectionVersionBlocks.cbEnableBlockContainer, CollectionVersionBlocks.cbDisplayOrder, Blocks.bIsActive, Blocks.bID, Blocks.btID, bName, bDateAdded, bDateModified, bFilename, btHandle, Blocks.uID from CollectionVersionBlocks inner join Blocks on (CollectionVersionBlocks.bID = Blocks.bID) inner join BlockTypes on (Blocks.btID = BlockTypes.btID) where CollectionVersionBlocks.arHandle = ? and CollectionVersionBlocks.cID = ? and (CollectionVersionBlocks.cvID = ? or CollectionVersionBlocks.cbIncludeAll=1) and CollectionVersionBlocks.bID = ?' with params ["Main : 45", "1", "18", "256"]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'CollectionVersionBlocks.cbOverrideBlockTypeContainerSettings' in 'field list'


What do I need to change/do?

 
ConcreteOwl replied on at Permalink Best Answer Reply 2 Attachments
ConcreteOwl
You could try adding that column in the CollectionVersionBlocks table if it is missing by using phpMyadmin in your servers control panel.
I have attached a couple of images that might help..
great replied on at Permalink Reply
Hi weyboat, thanks a millions! It worked!
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
You're Welcome