Hallo zusammen,
nachdem ich das Update auf 6.4.20.2 mittels Composer erfolgreich durchgeführt habe, klemmt es jetzt bei dem Update auf 6.5.x.
Ich habe eine „frische“ composer.json von hier gezogen: https://raw.githubusercontent.com/shopware/production/6.5.0.0/composer.json
Ein
composer update
läuft auch zunächst korrekt durch, bricht dann aber ab::
[...]
- Upgrading google/cloud-core (v1.52.3 => v1.52.4): Extracting archive
- Upgrading google/cloud-storage (v1.33.1 => v1.33.2): Extracting archive
- Upgrading cocur/slugify (v4.4.0 => v4.5.1): Extracting archive
Generating optimized autoload files
109 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
What about running composer global require symfony/thanks && composer thanks now?
This will spread some 💖 by sending a ★ to the GitHub repositories of your fellow package maintainers.
Run composer recipes at any time to see the status of your Symfony recipes.
Executing script assets:install [KO]
[KO]
Script assets:install returned with error code 255
!!
Script @auto-scripts was called via post-update-cmd
Schalte ich auf dev um und rufe
bin/console assets:install
auf, bekomme ich folgende Fehlermeldung:
Symfony\Component\ErrorHandler\Error\ClassNotFoundError^ {#27
#message: """
Attempted to load class "SensioFrameworkExtraBundle" from namespace "Sensio\Bundle\FrameworkExtraBundle".\n
Did you forget a "use" statement for another namespace?
"""
#code: 0
#file: "./vendor/shopware/core/Kernel.php"
#line: 99
trace: {
./vendor/shopware/core/Kernel.php:99 { …}
./vendor/symfony/http-kernel/Kernel.php:346 { …}
./vendor/shopware/core/Kernel.php:165 { …}
./bin/console:74 {
› $application = new Application($kernel->getKernel());
› $kernel->getKernel()->boot();
› $application->setName('Shopware');
}
}
}
Daraufhin habe ich mal geschaut, es existiert ein Verzeichnis
./files/update/files/vendor/sensio/framework-extra-bundle
mit entsprechendem Inhalt.
Fehlt irgendein Update-Schritt (ich wüsste nicht welcher…) ???
Ich habe dazu leider nichts finden können - hat jemand das problem schon einmal gehabt?
Sebastian