Bonjour a tous,
J'ai un gros souci.
j'ai un site sous symfony 4 hebergé sur 02switch.
J'ai fait une mise a jour locale de mon composer et ensuite une mise a jour sur l'hebergement et je me retrouve avec cette erreur:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2 Unrecognized options "dir_name, namespace" under "doctrine_migrations". Available options are "all_or_nothing", "check_database_platform", "connection", "custom_template", "em", "factories", "migrations", "migrations_paths", "organize_migrations", "services", "storage".dans mon terminal:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16 in /home/sero1050/uspeg-gestion.com/uspeg1/vendor/symfony/config/Definition/ArrayNode.php (line 327) in /home/sero1050/uspeg-gestion.com/uspeg1/vendor/symfony/config/Definition/BaseNode.php -> normalizeValue (line 382) in /home/sero1050/uspeg-gestion.com/uspeg1/vendor/symfony/config/Definition/Processor.php -> normalize (line 34) in /home/sero1050/uspeg-gestion.com/uspeg1/vendor/symfony/config/Definition/Processor.php -> process (line 50) in /home/sero1050/uspeg-gestion.com/uspeg1/vendor/symfony/dependency-injection/Extension/Extension.php -> processConfiguration (line 113) in /home/sero1050/uspeg-gestion.com/uspeg1/vendor/doctrine/doctrine-migrations-bundle/DependencyInjection/DoctrineMigrationsExtension.php -> processConfiguration (line 39) in /home/sero1050/uspeg-gestion.com/uspeg1/vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php -> load (line 76) in /home/sero1050/uspeg-gestion.com/uspeg1/vendor/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php -> process (line 39) in /home/sero1050/uspeg-gestion.com/uspeg1/vendor/symfony/dependency-injection/Compiler/Compiler.php -> process (line 94) in /home/sero1050/uspeg-gestion.com/uspeg1/vendor/symfony/dependency-injection/ContainerBuilder.php -> compile (line 762) in /home/sero1050/uspeg-gestion.com/uspeg1/vendor/symfony/http-kernel/Kernel.php -> compile (line 596) in /home/sero1050/uspeg-gestion.com/uspeg1/vendor/symfony/http-kernel/Kernel.php -> initializeContainer (line 136) in /home/sero1050/uspeg-gestion.com/uspeg1/vendor/symfony/http-kernel/Kernel.php -> boot (line 196) Kernel->handle(object(Request)) in /home/sero1050/uspeg-gestion.com/uspeg1/public/index.php (line 25)
je ne sais vraiment pas quoi faire.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17 Run composer recipes at any time to see the status of your Symfony recipes. Executing script cache:clear [KO] [KO] Script cache:clear returned with error code 1 !! !! In ArrayNode.php line 327: !! !! Unrecognized options "dir_name, namespace" under "doctrine_migrations". Ava !! ilable options are "all_or_nothing", "check_database_platform", "connection !! ", "custom_template", "em", "factories", "migrations", "migrations_paths", !! "organize_migrations", "services", "storage". !! !! !! Script @auto-scripts was called via post-update-cmd
Si quelqu'un pouvait m'aider.
Merci beaucoup.
Partager