seo-bundle
seo-bundle copied to clipboard
Gedmo Translatable
Hello, is it possible to connect with Gedmo SeoBundle? Because I like giving
@Gedmo \ Translatable
This returns me the error Could not convert database value "" is a Type object Doctrine
i am not familiar with the gedmo extensions. but this bundle does not really interact with the storage layer, apart from providing a default model.
have a look at the src/Resources/config/doctrine-model/SeoMetadata.orm.xml - maybe you need to overwrite something or need to provide your own implementation of SeoMetadataInterface.