Integrity constraint violation: 1062 Duplicate entry

Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\Form\Extension\Core\Type\ButtonType; use Symfony\Component\Form\Extension\Core\Type\CheckboxType; use Symfony\Component\Form\Extension\Core\Type\ChoiceType; use Symfony

0
Validation d'un formulaire en plusieurs fois

Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Bridge\Doctrine\Form\Type\EntityType; use Symfony\Component\OptionsResolver\OptionsResolver; use Symfony\Component\Form\Extension\Core\Type\DateType; use Symfony

0
Initialiser collection

Symfony\Component\HttpFoundation\Request; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\Routing\Annotation\Route; use Symfony\Component\Form\Extension\Core\Type\SubmitType; use Symfony\Component\HttpFoundation\Session\SessionInterface

12
Generation de pdf en asynchrone en utilisant KnpSnappyBundle

Symfony\Component\HttpFoundation\Response; use Symfony\Component\Messenger\Handler\MessageHandlerInterface; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; class GeneratePDFHandler extends AbstractController implements MessageHandlerInterface { private $manager; private $snappy; public function __construct(EntityManagerInterface

0
Problème Edition Objet Entité (Route /edit)

Symfony\Bridge\Doctrine\Form\Type\EntityType; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\Extension\Core\Type\FileType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolver; use Symfony

0
connexion ldap

Symfony\Component\Ldap\Ldap: class: Symfony\Component\Ldap\Ldap arguments: [ '@Symfony\Component\Ldap\Adapter\ExtLdap\Adapter' ] tags: - { name: ldap } Symfony\Component\Ldap\Adapter\ExtLdap\Adapter: class: Symfony\Component\Ldap\Adapter

2
champ qui ne s'affiche pas

Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolver; use Symfony\Component\Form\Extension\Core\Type\SubmitType; use Symfony\Component\Form\Extension\Core\Type\ChoiceType

5
probleme affichage blanc d'un formulaire

symfony m'indique pas que j,ai des erreur voici mon code : **controlleur :**

3
[grumphp]
aluc,

Symfony\Component\Console\Application->doRun() C:\wamp\www\_ServeurDIS\banc\vendor\symfony\console\Application.php:124 1.1082 7833616 4. Symfony\Component\Console\Application->doRunCommand() C:\wamp\www\_ServeurDIS\banc\vendor\symfony\console

0
Problème de champs vides

Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolverInterface; use Blog\newsBundle\Form\ImageType; class ArticleType extends AbstractType { /** * @param FormBuilderInterface $builder * @param array $options */ public

15