doctrine-extensions / DoctrineExtensions

Doctrine2 behavioral extensions, Translatable, Sluggable, Tree-NestedSet, Timestampable, Loggable, Sortable
MIT License
4.01k stars 1.26k forks source link

Semantical Error WITH Doctrine ORM 3.0 #2755

Closed ihor-drevetskyi closed 4 months ago

ihor-drevetskyi commented 4 months ago

[Semantical Error] The class "Doctrine\ORM\Mapping\MappedSuperclass" is not annotated with @Annotation. Are you sure this class can be used as annotation? If so, then you need to add @Annotation to the class doc comment of "Doctrine\ORM\Mapping\MappedSuperclass". If it is indeed no annotation, then you need to add @IgnoreAnnotation("ORM\MappedSuperclass") to the class doc comment of class Gedmo\Loggable\Entity\MappedSuperclass\AbstractLogEntry.

mbabker commented 4 months ago

This package is not yet compatible with ORM 3.0, follow https://github.com/doctrine-extensions/DoctrineExtensions/issues/2708 for updates.

franmomu commented 4 months ago

closing here as we have https://github.com/doctrine-extensions/DoctrineExtensions/issues/2708