Class does not exist sous Linux. SF 2.4

Symfony Standard Edition\" distribution", "extra": { "branch-alias": { "dev-master": "2.4-dev" }, "incenteev-parameters": { "file": "apps/config/parameters.yml" }, "symfony-app-dir": "apps/weby", "symfony-web-dir": "web/forum" }, "license": "MIT", "minimum-stability": "alpha", "name": "symfony/framework-standard-edition

1
Désactiver la mise en cache & résoudre error 500

Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET .php"" at /var/www/clients/client1/web49/web/vendor/symfony/http-kernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET .php\" at /var/www/clients/client1/web49/web/vendor/symfony/http-kernel/EventListener/RouterListener.php

0
Gérer les invités sur mon site

Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Annotation\Route; /** * @Route("/facture") */ class FactureController extends AbstractController { //----------------------------------------------- /** * @Route("/guest_new", name

0
Affichage image dans Carousel

Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\Request; use Doctrine\Common\Persistence\ObjectManager; use Symfony\Component\Routing\Annotation\Route; use Twig\Environment; class

0
easyAdmin, peu importe l'utilisateur connecté

Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity; use Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface; use Symfony\Component\Security\Core\User\UserInterface; use Gedmo\Mapping\Annotation as Gedmo; /** * @ORM\Entity(repositoryClass=UserRepository

2
Impossible d'installer les annotations

Symfony et j'ai un petit problème. Avec le code suivant : ```

2
Security : authentification impossible

Symfony\Component\Routing\Annotation\Route; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\Security\Http\Authentication\AuthenticationUtils; class SecurityController extends AbstractController { /** * @Route("/login", name="login") */ public function login(AuthenticationUtils

1
Formulaire d'inscription avec plusieurs entity

inscription ### Ce que j'obtiens Warning: count(): Parameter must be an array or an object that implements Countable in C:\xamp\htdocs\Scolarite1.0\vendor\symfony\symfony\src\Symfony\Component\Form\Form.php line 704

2
Problème avec php app/console

Symfony se situe dans un dossier "Symfony-2.4" dans mon www de mon wamp, Donc, dans ma ligne de commande j'ai tapé ceci: ``` cd c:\wamp\www\Symfony-2.4 ``` et ceci

5
[SILEX] Comment mettre le site en production

Symfony\Component\HttpFoundation\Request), 500) #5 /var/www/html/roadsofearth/vendor/silex/silex/src/Silex/ExceptionListenerWrapper.php(53): call_user_func(Object(Closure), Object(Doctrine\DBAL\Exception\ConnectionException), Object(Symfony\Component\HttpFoundation\Reque in /var/www/html/roadsofearth/vendor/twig/twig/lib/Twig/Loader/Chain.php on line 129 ``` J'ai essayé

3