concretecms-community-store / community_store

An open, free and community developed eCommerce system for Concrete CMS
https://concretecms-community-store.github.io/community_store/
MIT License
106 stars 66 forks source link

Upgrade to 9.2.3 get me this Entity 'Concrete\Package\CommunityStore\Entity\Attribute\Key\StoreOrderKey' #827

Closed baxterdmutt closed 8 months ago

baxterdmutt commented 8 months ago

Doctrine \ ORM \ Mapping \ MappingException Entity 'Concrete\Package\CommunityStore\Entity\Attribute\Key\StoreOrderKey' has to be part of the discriminator map of 'Concrete\Core\Entity\Attribute\Key\Key' to be properly mapped in the inheritance hierarchy. Alternatively you can make 'Concrete\Package\CommunityStore\Entity\Attribute\Key\StoreOrderKey' an abstract class to avoid this exception from occurring.

It happens when I click on the "Store" in the Dashboard. The store seems to be working however. I am sorry. I seem to be the one that has been having so many problems.

baxterdmutt commented 8 months ago

Well, I fixed this one myself. I rebuilt the database entities and that seems to have it working again.

Mesuva commented 8 months ago

Great, it's something with a potential fix in the pipeline, but I haven't had the chance to implement it yet.