8.4.0 class was not found in the chain configured namespaces
Permalink
I followed this article on creating custom attribute category:
https://documentation.concrete5.org/developers/attributes/advanced-c...
The package got installed fine. But visiting the created single page I get the following error:
" Doctrine \ Common \ Persistence \ Mapping \ MappingException
The class 'Concrete\Package\MY_PACKAGE\Entity\Attribute\Key\MyKey' was not found in the chain configured namespaces Concrete\Core\Entity, MyEntity"
https://documentation.concrete5.org/developers/attributes/advanced-c...
The package got installed fine. But visiting the created single page I get the following error:
" Doctrine \ Common \ Persistence \ Mapping \ MappingException
The class 'Concrete\Package\MY_PACKAGE\Entity\Attribute\Key\MyKey' was not found in the chain configured namespaces Concrete\Core\Entity, MyEntity"
https://documentation.concrete5.org/developers/attributes/advanced-c...
The package is attached.
And it doesn't work. It throws an exception:
"Doctrine \ Common \ Persistence \ Mapping \ MappingException
The class 'Concrete\Package\Calendar\Entity\Attribute\Key\EventKey' was not found in the chain configured namespaces Concrete\Core\Entity, MyCal"
What's wrong with it?
Thank you.