Website crashed after concrete 5 update

Permalink
Hello,

My website crashed after I updated concrete 5 to the latest version. When I open my homepage I find an error saying:
mysqlt error: [1054: Unknown column 'Blocks.btCachedBlockRecord' in 'field list'] in EXECUTE("select CollectionVersionBlocks.isOriginal, Blocks.btCachedBlockRecord, BlockTypes.pkgID, CollectionVersionBlocks.cbOverrideAreaPermissions, 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 = 'Header' and CollectionVersionBlocks.cID = '1' and (CollectionVersionBlocks.cvID = '162' or CollectionVersionBlocks.cbIncludeAll=1) and CollectionVersionBlocks.bID = '24'")

Does anyone know how I can solve this.... Desperate right now!!

 
rubencouto replied on at Permalink Reply
rubencouto
Hello!

I'm not very experienced at this, but have you checked your config/site.php file, to see if the DataBase settings have not been overwritten?
adajad replied on at Permalink Reply
adajad
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
The error message is telling you that in the database there is a table called "Blocks" and in that table there should be a column called "btCachedBlockRecord", It would appear that your update was not successful, so perhaps try removing the last line in your config/site.php file that refers to the update and see if you can get back to your previous version..
define('DIRNAME_APP_UPDATED', 'concrete5.6.2.1')