-
When I try to execute `bin/console doctrine:fixtures:load`
I get an error `Operation 'FOD\DBALClickHouse\Connection::beginTransaction' is not supported by platform`
Could you help me please? How c…
-
whenever I run `app/console doctrine:fixtures:load` it fails when trying to purge. I've traced the issue to the my class level annotation in my entity. There's no problem with the annotations at the f…
-
`ReferenceRepository` depends on `ObjectManager` interface:
https://github.com/doctrine/data-fixtures/blob/4892c74dd04a3ec7404b9586272d722325905c58/src/ReferenceRepository.php#L67
But futher in co…
-
When running the command ```doctrine:fixtures:load``` we get e PHP notice in the data fixtures line
$entity_manager->flush();
The notice is as follows:
[Symfony\Component\Debug\Except…
malas updated
4 years ago
-
When I try to install vendors as per your instructions, few of the bundles are asking for account username and password.
[doctrine-fixtures]
git=http://github.com/doctrine/data-fixtures.git
[Doc…
-
### Improvement Request
| Q | A
|------------ | ------
| New Feature | yes
| RFC | no
| BC Break | no
#### Summary
Currently there are 2 separate namespaces contain…
-
```
composer require --dev theofidry/alice-data-fixtures \
doctrine-orm \
doctrine/data-fixtures
Using version ^1.4 for theofidry/alice-data-fixtures…
-
I have multiple connections used by multiple entity managers with separate bundles (Symfony 3.4):
```yml
doctrine:
dbal:
default_connection: cnx1
connections:
c…
-
Hi
I use doctrine/doctrine-fixtures-bundle": "^3.3", now is 3.4.0
and I try to load my fixtures from a data.yml file with:
bin/console doctrine:fixtures:load --em=blog --env=webnou --group=webn…
-
I'm installing this on a Windows box (my dev environment) and wanted to point out the issues I ran across. I'm very new to Symfony.
I ran into trouble with the hyphen in the database name:
``` ruby…