Could not determine access type for property “translations” in Symfony 3.2.* with Sonata admin project and Sonata translation bundle
问题 I have installed Sonata admin project in Symfony 3.2.* version. Components that are being used in my project from composer.json file are as following: composer.json file's package snippet "require": { "php": ">=5.5.9", "ext-pdo_sqlite": "*", "a2lix/i18n-doctrine-bundle": "^0.1.0", "a2lix/translation-form-bundle": "^2.1", "doctrine/doctrine-bundle": "^1.6", "doctrine/doctrine-cache-bundle": "^1.2", "doctrine/doctrine-fixtures-bundle": "^2.2", "doctrine/orm": "^2.5", "erusev/parsedown": "^1.5",