coreshop / CoreShop

CoreShop - Pimcore enhanced eCommerce
http://www.coreshop.org
Other
275 stars 157 forks source link

Migration Version20240211090209 broken in CoreShop 3.2.4 #2549

Closed benwalch closed 9 months ago

benwalch commented 9 months ago
Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? no

This migration here in coreshop 3.2.4 branch which supports pimcore X (not pimcore 11), relies on Pimcore's StaticRouteBundle, which was first introduced in Pimcore 11. Executing migrations up after upgrading to version 3.2.4 raises an error:

 In Version20240211090209.php line 23:

  Attempted to load class "Staticroute" from namespace "Pimcore\Bundle\StaticRoutesBundle\Model".  
  Did you forget a "use" statement for "Pimcore\Model\Staticroute"?
dpfaffenbauer commented 9 months ago

🙈

dpfaffenbauer commented 9 months ago

interesting that the tests didn't catch it