-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Trying to update my core system and I believe the last time I had similar issues.
No identifier/primary key specified for Entity "Concrete\Package\CommunityStoreEasypost\Src\CommunityStore\Shipping\Method\Types\EasypostShippingMethod" sub class of "Concrete\Package\CommunityStore\Src\CommunityStore\Shipping\Method\ShippingMethodTypeMethod". Every Entity must have an identifier/primary key.
It doesn't seem to finish the upgrade either.
An exception occurred while executing 'SELECT t0.ftTypeID AS ftTypeID_1, t0.ftTypeHandle AS ftTypeHandle_2, t0.ftTypeName AS ftTypeName_3, t0.ftTypeWidth AS ftTypeWidth_4, t0.ftTypeHeight AS ftTypeHeight_5, t0.ftTypeIsRequired AS ftTypeIsRequired_6, t0.ftTypeSizingMode AS ftTypeSizingMode_7, t0.ftUpscalingEnabled AS ftUpscalingEnabled_8, t0.ftLimitedToFileSets AS ftLimitedToFileSets_9, t0.ftKeepAnimations AS ftKeepAnimations_10, t0.ftSaveAreaBackgroundColor AS ftSaveAreaBackgroundColor_11 FROM FileImageThumbnailTypes t0 WHERE t0.ftTypeHandle = ? LIMIT 1' with params ["large"]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.ftSaveAreaBackgroundColor' in 'field list'
www.mytinytown.com
If I change the update.php file back to concrete5-8.5.1 all seems to work again.