contao / manager-plugin

Contao Manager Plugin
GNU Lesser General Public License v3.0
4 stars 9 forks source link

Since 4.9.5: The Symfony bundle "haste" does not exist. #30

Closed Defcon0 closed 4 years ago

Defcon0 commented 4 years ago

Hello,

It seems to correspond with autoload.ini. If I remove "haste" in the file in dcawizard, it complains about dcawizad and not haste anymore.

After restricting manager-bundle and all of contao/* to 4.9.4, it still doesn't work :-(

Thanks!

In BundleConfig.php line 153:

  [LogicException]                            
  The Symfony bundle "haste" does not exist.  

Exception trace:
  at /home/dev/Kunden/nx/corporate49/produkte/contao/vendor/contao/manager-plugin/src/Bundle/Config/BundleConfig.php:153
 Contao\ManagerPlugin\Bundle\Config\BundleConfig->getBundleInstance() at /home/dev/Kunden/nx/corporate49/produkte/contao/vendor/contao/manager-bundle/src/HttpKernel/ContaoKernel.php:347
 Contao\ManagerBundle\HttpKernel\ContaoKernel->addBundlesFromPlugins() at /home/dev/Kunden/nx/corporate49/produkte/contao/vendor/contao/manager-bundle/src/HttpKernel/ContaoKernel.php:73
 Contao\ManagerBundle\HttpKernel\ContaoKernel->registerBundles() at /home/dev/Kunden/nx/corporate49/produkte/contao/vendor/symfony/http-kernel/Kernel.php:446
 Symfony\Component\HttpKernel\Kernel->initializeBundles() at /home/dev/Kunden/nx/corporate49/produkte/contao/vendor/symfony/http-kernel/Kernel.php:133
 Symfony\Component\HttpKernel\Kernel->boot() at /home/dev/Kunden/nx/corporate49/produkte/contao/vendor/symfony/framework-bundle/Console/Application.php:169
 Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at /home/dev/Kunden/nx/corporate49/produkte/contao/vendor/symfony/framework-bundle/Console/Application.php:75
 Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at /home/dev/Kunden/nx/corporate49/produkte/contao/vendor/symfony/console/Application.php:147
 Symfony\Component\Console\Application->run() at /home/dev/Kunden/nx/corporate49/produkte/contao/vendor/contao/manager-bundle/bin/contao-console:38
fritzmg commented 4 years ago

Until this is fixed, just add a conflict for "contao/manager-plugin": "2.10.0" in your composer.json.