2709 search results for Doctrine

... DB: You must set proper charset and collation to the table and fields. If it's a new project then you can configure Doctrine to use the charset you need for example `utf8mb4_unicode_ci` or `utf8mb4_swedish_ci`. It can be ...
... ago by Doctrine, mostly so that we could add the `@ORM\Column` annotations inside entities. Other languages have similar syntaxes. Over the years, these got more and more popular, with things like `@Route`, assertions for ...
weaverryan
weaverryan
Read Full Comment
Hi there, I have got the following error when I call the page https://127.0.0.1:8000/mix/new Too few arguments to function Monolog\DateTimeImmutable::__construct(), 0 passed in C:\wamp64\www\code-symfony-doctrine ...
... || ~8.0.0 -> your php version (8.1.2) does not satisfy that requirement. Problem 3 - stof/doctrine-extensions-bundle is locked to version v1.5.0 and an update of this package was not requested. - stof/doctrine ...
Hey Musa! This is really interesting! Unfortunately, I don't have a great answer :/. Your expected result certainly makes sense to me... my best guess is that some limitation or design decision inside how Doctrine maps ...
weaverryan
weaverryan
Read Full Comment
... Tutorial. -- Run following commands: `composer require symfony/orm-pack composer require --dev symfony/maker-bundle composer require annotations composer require twig composer require doctrine/annotations composer ...
... ": "", "short_class": "", "class": "", "type": "", "function": "", "file": "/Users/bernardo/Sites/tutorials/code-api-platform-extending/start/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php ...
Bernard A.
Bernard A.
Read Full Comment
... provider". For example, the ItemDataProvider from Doctrine in this case: https://github.com/api-platform/core/blob/ff3aab5b196709c721960c0bb4f1d52759af737d/src/Bridge/Doctrine/Orm/ItemDataProvider.php#L98 I'd recommend ...
weaverryan
weaverryan
Read Full Comment
... database if the main user configured in doctrine is not root. Then of course I don't need that in dev if Docker compose creates the database for me, but i wonder about production. Ok, usually on production you probably ...
Matteo S.
Matteo S.
Read Full Comment
... one of the following happens. a) if I choose just one option in the select box I get an error "Expected value of type "Doctrine\Common\Collections\Collection|array" for association field "AppBundle\Entity\User#$sites ...
Kosta Andonovski
Kosta Andonovski
Read Full Comment
... :verifyAccountTwiceError Doctrine\ORM\ORMInvalidArgumentException: Detached entity 790 cannot be removed It's fine if I don't try to run request() a second time, but when I try $this->manager->remove($user) it throws this error. Very ...
Hi, I followed all instructions.. also similar user case is in course Go Pro with Doctrine.. but i am on Symfony 5.2.6 and getting this error and spend all day on it with studying more videos or QueryBuilder doctrine ...
... you can create custom methods that make custom queries. Here is a video all about the repository topic - https://symfonycasts.com/screencast/symfony-doctrine/more-queries - the only difference in that (other than we call ...
weaverryan
weaverryan
Read Full Comment
... on this here: http://doctrine-orm.readthedocs.io/en/latest/reference/dql-doctrine-query-language.html#new-operator-syntax When my head gets all foggy from thinking about how to arrange those mixed results the way I want ...
Jonathan Keen
Jonathan Keen
Read Full Comment
... For the specific `Doctrine\Common\Persistence\ObjectManager` issue, change the use statement in AppFixtures to `Doctrine\Persistence\ObjectManager`. There may be other changes you need to make, but that will hopefully take care of that one ;). Cheers!
weaverryan
weaverryan
Read Full Comment
... database > loading AppBundle\DataFixtures\ORM\LoadFixtures [Doctrine\DBAL\Exception\NotNullConstraintViolationException] An exception occurred while executing 'INSERT INTO genus (name, sub_family, species_count ...
Kosta Andonovski
Kosta Andonovski
Read Full Comment
... the value into the doctrine.yaml it makes it less flexible. Don't know if this is a design choice. I just wanted to point that out so it may get implemented in a future release of symfonycli and doctrine. (P.S.: I ...
Maximilian S.
Maximilian S.
Read Full Comment
Hey Dirk! Hmm. Yea, unfortunately, you can't have it "both ways": all parts of Doctrine use this schema_filter, including the schema manager. Here is what I would do, if you are ok getting a bit fancier ;). A) Set the ...
weaverryan
weaverryan
Read Full Comment
... - https://github.com/symfony/recipes-contrib/blob/master/stof/doctrine-extensions-bundle/1.2/config/packages/stof_doctrine_extensions.yaml This make me think that the recipe did *not* execute. Possible reasons are that (A ...
weaverryan
weaverryan
Read Full Comment
So, first i get this error: `! PHP Fatal error: Uncaught Symfony\Component\Debug\Exception\ClassNotFoundException: Attempted to load class "DoctrineCacheBundle" from namespace "Doctrine\Bundle\DoctrineCacheBundle ...