craigh / Tag

Tag is a content tagging module for the Zikula Application Framework.
11 stars 2 forks source link

[Semantical Error] The annotation "@Gedmo\Mapping\Annotation\Sluggable" in property Tag_Entity_Tag::$tag does not exist, or could not be auto-loaded.Initialization of Tag failed! #29

Open robbrandt opened 8 years ago

robbrandt commented 8 years ago

This is when trying a fresh installation with Zikula 1.4.3 RC3, using Tag 1.0.4.

Guite commented 8 years ago

@craigh in 1.4 the fields contained in the slug are specified as part of the Slug annotation at the slug field directly: https://github.com/Guite/MostGenerator/blob/master/bundles/org.zikula.modulestudio.generator/src/org/zikula/modulestudio/generator/cartridges/zclassic/models/entity/extensions/Sluggable.xtend#L46

craigh commented 8 years ago

yeah - I don't think 1.0.4 is technically compatible.