symfony-cmf / seo-bundle

A SEO Solution for duplicate contents, page titles, etc.
https://cmf.symfony.com
47 stars 27 forks source link

Gedmo Translatable #329

Open boxbillinggit opened 7 years ago

boxbillinggit commented 7 years ago

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

dbu commented 7 years ago

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.