Récupérer Id pour fonction Ajax indépendante

Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\JsonResponse; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Annotation\Route; #[Route('admin/galeries/', 'galeries_')] class

2
[FOS] enregistrement utilisateur

symfony\symfony\src\Symfony\Component\PropertyAccess\PropertyAccessor.php on line 486 and defined ``` Voilà mon entité Users après surcharge : ```

0
Probleme lors de l'execution des fixtures

symfony\src/DataFixtures\Articlesfixtures.php" while importing services from resource "../src/*", but it was not found! Check the namespace prefix used with the resource in C:\Users\Bigga\bog_symfony\config/services.yaml (which

2
Problème de génération de BDD

Symfony !! et nom ecommerce ** tadaaaaaaaaaam ** ``` # php app/console doctrine:database:create Could not create database for connection named `symfony`aroundAn exception occurred while executing 'CREATE DATABASE `symfony`': SQLSTATE[HY000]: General error

2
Cannot autowire argument

Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Annotation\Route; class MessagesController extends AbstractController { #[Route('/messages', name: 'messages')] public

0
probléme d'affiche image depuis autre entité

Symfony\Component\Validator\Constraints as Assert; use Symfony\Component\HttpFoundation\File\UploadedFile; use Doctrine\Common\Collections\ArrayCollection; use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity; /** * Equipe * * @ORM\Table() * @ORM\Entity(repositoryClass

0
Validation sur un edit mais pas en ajout

Symfony\Component\HttpFoundation\RequestStack; use Symfony\Component\Validator\Constraint; use Symfony\Component\Validator\ConstraintValidator; class ResaUniqueValidator extends ConstraintValidator { private $requestStack; private $em; public function __construct(RequestStack $requestStack, EntityManagerInterface $em) { $this

1
Method Not Allowed (Allow: DELETE)

Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\JsonResponse; use Symfony\Component\HttpFoundation\RedirectResponse; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\Routing\Annotation\Route; /** * @Route("/admin/picture") */ class AdminPictureController

1
Parser un attribut en l'objet correspondant

Symfony\vendor\symfony\symfony\src\Symfony\Component\Form\Util\PropertyPath.php on line 537 and defined in F:\wamp\www\Symfony\src\Election\SecretBundle\Entity\Election.php line 209 Il me semble

0
je peux accéder à les pages

Symfony\Component\HttpFoundation\Request; use Symfony\Bundle\FrameworkBundle\Controller\Controller; use FOS\RestBundle\Controller\Annotations\RouteResource; use Symfony\Component\HttpFoundation\JsonResponse; use FOS\RestBundle\View\ViewHandler; use FOS\RestBundle\View

3