Questions tagged [a2lix-translation]
50 questions
0
votes
1 answer
A2lixTranslationFormBundle with Stof DoctrineExtensionsBundle: 500 Internal Server Error - ReflectionException
I'm trying to do a simple translable entity using these (composer.json):
"php": ">=5.3.3",
"symfony/symfony": "~2.4",
"doctrine/orm": "~2.2,>=2.2.3",
"doctrine/doctrine-bundle": "~1.2",
"stof/doctrine-extensions-bundle":…

Vittore
- 240
- 3
- 15
0
votes
1 answer
How setup a2lix_i18n_doctrine for MongoDB
Connect to my project lib "a2lix/i18n-doctrine-bundle", and have this error:
[Symfony\Component\DependencyInjection\Exception\InvalidArgumentException]
Unable to replace alias "doctrine.odm.document_manager" with…

GFB
- 345
- 1
- 5
- 15
0
votes
1 answer
a2lix TranslationFormBundle AND Gedmo Doctrine Extension Translatable with just one Translation table
I am trying to use the a2lix TranslationFormBundle ( https://github.com/a2lix/TranslationFormBundle ) with a Symfony2 project.
I have been looking at docs and specifically at this demo:…

smarques
- 708
- 7
- 22
-1
votes
1 answer
How to use slug with A2lix?
I don't understand how to set up the slug with A2lix.
Can someone tell me the procedure or a tutorial that could help me?
This would be very nice.
I try to use @Gedmo\Slug, but I don't know how to make the route with slug data into the controller.
I…

Na Ba
- 15
- 4
-1
votes
1 answer
A2Lix - Column positions
is there any way I can rearrange field positions in edit/create form in Sonata Admin?
Something like that:
$formMapper->add('translations','a2lix_translations',array(
'fields'=>array(
'title' => array();
…

CappY
- 1,510
- 1
- 17
- 32