vender

Par challouf zied, il y a 10 ans


Bonjour,

Voila je rencontre un petit problème avec mon code de telle sotre que lorsque j'ai compilé mon programme phpstorm ne trouve pas vender quelq'un permis vous svp m'aider????????????

### Ce que j'obtiens /usr/bin/php -dxdebug.remote_enable=1 -dxdebug.remote_mode=req -dxdebug.remote_port=9000 -dxdebug.remote_host=127.0.0.1 /var/www/my_pfe_test/src/authentification/authenBundle/Controller/SecurityController.php PHP Warning: Module 'xdebug' already loaded in Unknown on line 0 PHP Fatal error: Class 'Symfony\Bundle\FrameworkBundle\Controller\Controller' not found in /var/www/my_pfe_test/src/authentification/authenBundle/Controller/SecurityController.php on line 10 PHP Stack trace: PHP 1. {main}() /var/www/my_pfe_test/src/authentification/authenBundle/Controller/SecurityController.php:0 Process finished with exit code 255

4 réponses

Grafikart, il y a 10 ans

L'erreur vient de Class 'Symfony\Bundle\FrameworkBundle\Controller\Controller' not found

challouf zied, il y a 10 ans

merci tu n'as pas resolu le probléme parceque je sais que le controlleur est introuvable comment je résoulvais ça

devandclick, il y a 10 ans

Supprimer ton dossier "vendor" et relance la commande "composer update".
A+

challouf zied, il y a 9 ans

merci beaucoup je veux essayer