G6K icon indicating copy to clipboard operation
G6K copied to clipboard

Impossible d'installer suite à mise à jour Symfony

Open AlexandreCrisa opened this issue 4 years ago • 1 comments

Bonjour,

Suite à la mise à jour de Symfony, l'installation est impossible.

Message d'erreur : Unrecognized options "dir_name, namespace, table_name" under "doctrine_migrations". Available options are "all_or_nothing", "check_database_platform", "connection", "custom_template", "em", "factories", "migrations", "migrations_paths", "organize_migrations", "services", "storage".

Piste pour l'upgrade : https://github.com/doctrine/DoctrineMigrationsBundle/blob/3.0.x/UPGRADE.md

AlexandreCrisa avatar Jun 29 '20 22:06 AlexandreCrisa

Thanks for reporting this issue !

Fixed in release 4.3.8

you can either:

  • install this release
  • or replace the content of the file 'config/packages/doctrine_migrations.yaml' by:
doctrine_migrations:
     migrations_paths:
         'DoctrineMigrations': '% kernel.project_dir%/src/Migrations'

then go to the installation directory and launch the commands: php ../composer.phar update php ../composer.phar run-script --dev g6k-scripts

eureka2 avatar Jul 01 '20 10:07 eureka2